Skip to content

Releases: Effect-TS/effect

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

  • #4065 7044730 Thanks @KhraksMamtsov! - Ensure the uniqueness of the parameters at the type level

    import { HttpApiEndpoint, HttpApiSchema } from "@effect/platform"
    import { Schema } from "effect"
    
    HttpApiEndpoint.get(
      "test"
    )`/${HttpApiSchema.param("id", Schema.NumberFromString)}/${
      // @ts-expect-error: Argument of type 'Param<"id", typeof NumberFromString>' is not assignable to parameter of type '"Duplicate param :id"'
      HttpApiSchema.param("id", Schema.NumberFromString)
    }`

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@effect/[email protected]

04 Dec 02:35
0015724
Compare
Choose a tag to compare

Patch Changes

@effect/[email protected]

04 Dec 02:34
0015724
Compare
Choose a tag to compare

Patch Changes