github Effect-TS/effect @effect/platform@0.46.3

latest releases: @effect/platform-node@0.60.3, @effect/vitest@0.10.2, @effect/typeclass@0.27.2...
6 months ago

Patch Changes

  • #2231 7535080 Thanks @tim-smart! - add option to include prefix when mounting an http app to a router

    By default the prefix is removed. For example:

    // Here a request to `/child/hello` will be mapped to `/hello`
    Http.router.mountApp("/child", httpApp);
    
    // Here a request to `/child/hello` will be mapped to `/child/hello`
    Http.router.mountApp("/child", httpApp, { includePrefix: true });
  • #2232 bd1d7ac Thanks @tim-smart! - use less aggressive type exclusion in http router apis

  • Updated dependencies [a4a0006, 39f583e, f428198, 0a37676, c035972, 6f503b7]:

    • effect@2.4.1
    • @effect/schema@0.63.2

Don't miss a new effect release

NewReleases is sending notifications on new releases.