Skip to content

Latest commit

 

History

History
381 lines (225 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

381 lines (225 loc) · 6.26 KB

@remix-run/architect

2.7.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.7.0

2.6.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.6.0

2.5.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.5.1

2.5.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.5.0

2.4.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.4.1

2.4.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.4.0

2.3.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.3.1

2.3.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.3.0

2.2.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.2.0

2.1.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.1.0

2.0.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.0.1

2.0.0

Major Changes

  • Require Node >=18.0.0 (#6939)

  • For preparation of using Node's built in fetch implementation, installing the fetch globals is now a responsibility of the app server (#7009)

    • If you are using remix-serve, nothing is required

    • If you are using your own app server, you will need to install the globals yourself

      import { installGlobals } from "@remix-run/node";
      
      installGlobals();
  • source-map-support is now a responsibility of the app server (#7009)

    • If you are using remix-serve, nothing is required

    • If you are using your own app server, you will need to install source-map-support yourself.

      npm i source-map-support
      import sourceMapSupport from "source-map-support";
      sourceMapSupport.install();

Patch Changes

  • Switch to headers.entries() instead of non-spec-compliant headers.raw() in sendRemixResponse (#7150)
  • remove references to fetch polyfills in node and arc adapters (#7230)
  • Updated dependencies:
    • @remix-run/node@2.0.0

1.19.3

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.19.3

1.19.2

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.19.2

1.19.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.19.1

1.19.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.19.0

1.18.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.18.1

1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.18.0

1.17.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.17.1

1.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.17.0

1.16.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.16.1

1.16.0

Patch Changes

  • feat: support async getLoadContext in all adapters (#6170)
  • Updated dependencies:
    • @remix-run/node@1.16.0

1.15.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.15.0

1.14.3

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.3

1.14.2

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.2

1.14.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.1

1.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.14.0

1.13.0

Patch Changes

  • Fix fetch Request creation for incoming URLs with double slashes (#5336)
  • Updated dependencies:
    • @remix-run/node@1.13.0

1.12.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.12.0

1.11.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.11.1

1.11.0

Patch Changes

  • Use @architect/functions' built-in types (#4898)
  • Updated dependencies:
    • @remix-run/node@1.11.0

1.10.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.10.1

1.10.0

Patch Changes

  • Improve performance of isBinaryType (#4761)
  • Updated dependencies:
    • @remix-run/node@1.10.0

1.9.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.9.0

1.8.2

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.8.2

1.8.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.8.1

1.8.0

Minor Changes

  • Importing functions and types from the remix package is deprecated, and all (#3284) exported modules will be removed in the next major release. For more details, see the release notes for 1.4.0 where these changes were first announced.

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.8.0

1.7.6

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.6

1.7.5

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.5

1.7.4

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.4

1.7.3

Patch Changes

  • Fixed a bug that affected .wav and .webm audio file imports (#4290)
  • Updated dependencies:
    • @remix-run/node@1.7.3

1.7.2

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.2

1.7.1

Patch Changes

  • Ensured that requests are properly aborted on closing of a Response instead of Request (#3626)
  • Updated dependencies:
    • @remix-run/node@1.7.1

1.7.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.7.0

1.6.8

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.6.8

1.6.7

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.6.7

1.6.6

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.6.6

1.6.5

Patch Changes

  • Updated dependencies
    • @remix-run/node@1.6.5