Skip to content

Latest commit

 

History

History
301 lines (182 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

301 lines (182 loc) · 5.93 KB

@remix-run/serve

1.19.2

Patch Changes

  • Install source-map-support (#7039)
  • Updated dependencies:
    • @remix-run/node@1.19.2
    • @remix-run/express@1.19.2

1.19.1

Patch Changes

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

1.19.0

Patch Changes

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

1.18.1

Patch Changes

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

1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)

Patch Changes

  • fix(types): better tuple serialization types (#6616)
  • Updated dependencies:
    • @remix-run/node@1.18.0
    • @remix-run/express@1.18.0

1.17.1

Patch Changes

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

1.17.0

Patch Changes

  • Add HeadersArgs type to be consistent with loaders/actions/meta and allows for using a function declaration in addition to an arrow function expression (#6247)

    import type { HeadersArgs } from "@remix-run/node"; // or cloudflare/deno
    
    export function headers({ loaderHeaders }: HeadersArgs) {
      return {
        "x-my-custom-thing": loaderHeaders.get("x-my-custom-thing") || "fallback",
      };
    }
  • Updated dependencies:

    • @remix-run/node@1.17.0
    • @remix-run/express@1.17.0

1.16.1

Patch Changes

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

1.16.0

Patch Changes

  • add @remix-run/node/install side-effect to allow node --require @remix-run/node/install (#6132)
  • Updated dependencies:
    • @remix-run/express@1.16.0
    • @remix-run/node@1.16.0

1.15.0

Patch Changes

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

1.14.3

Patch Changes

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

1.14.2

Patch Changes

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

1.14.1

Patch Changes

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

1.14.0

Patch Changes

  • Allow configurable NODE_ENV with remix-serve (#5540)
  • Sync FutureConfig interface between packages (#5398)
  • Updated dependencies:
    • @remix-run/express@1.14.0

1.13.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.13.0

1.12.0

Minor Changes

  • Added a new development server available in the Remix config under the unstable_dev flag. See the release notes for a full description. (#5133)

Patch Changes

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

1.11.1

Patch Changes

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

1.11.0

Patch Changes

1.10.1

Patch Changes

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

1.10.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.10.0

1.9.0

Patch Changes

  • Fix TypedResponse so that Typescript correctly shows errors for incompatible types in loader and action functions. (#4734)
  • Updated dependencies:
    • @remix-run/express@1.9.0

1.8.2

Patch Changes

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

1.8.1

Patch Changes

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

1.8.0

Patch Changes

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

1.7.6

Patch Changes

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

1.7.5

Patch Changes

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

1.7.4

Patch Changes

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

1.7.3

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.7.3

1.7.2

Patch Changes

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

1.7.1

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.7.1

1.7.0

Minor Changes

  • We've added a new type: SerializeFrom. This is used to infer the (#4013) JSON-serialized return type of loaders and actions.
  • MetaFunction type can now infer data and parentsData types from route loaders (#4022)

Patch Changes

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

1.6.8

Patch Changes

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

1.6.7

Patch Changes

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

1.6.6

Patch Changes

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

1.6.5

Patch Changes

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