Skip to content

Releases: Effect-TS/codemod

v0.0.16

23 Jul 10:52
379498b
Compare
Choose a tag to compare

Patch Changes

v0.0.15

03 May 16:40
f37fbc2
Compare
Choose a tag to compare

Patch Changes

  • #37 16a45d3 Thanks @gcanti! - Fix: Update import from formatError to formatErrorSync in the schema 0.65 codemod, closes #36

v0.0.14

25 Apr 10:49
e0fe4af
Compare
Choose a tag to compare

Patch Changes

  • #34 bfc890c Thanks @mikearnaldi! - Add effect-3.0.4 mod to remove gen adapter

    NOTE: some edge cases are uncovered like:

    yield * $([Effect.succeed(0), Effect.succeed(1)] as const, Effect.allWith());

    that needs to be convered to:

    yield *
      pipe([Effect.succeed(0), Effect.succeed(1)] as const, Effect.allWith());

    Unfortunately not having type information in the mod tool renders impossible to decide if the pipe function is present or not.

v0.0.13

18 Apr 04:42
1283aff
Compare
Choose a tag to compare

Patch Changes

v0.0.12

18 Apr 04:35
69f9387
Compare
Choose a tag to compare

Patch Changes

v0.0.11

18 Apr 04:26
4816976
Compare
Choose a tag to compare

Patch Changes

v0.0.10

18 Apr 04:12
a611335
Compare
Choose a tag to compare

Patch Changes

v0.0.9

15 Apr 21:26
8ec4974
Compare
Choose a tag to compare

Patch Changes

  • #23 88e32c0 Thanks @gcanti! - update schema-0.65 codemod:

    • handle type-level Schema changes
    • handle LazyArbitrary type

v0.0.8

15 Apr 14:16
8dc1691
Compare
Choose a tag to compare

Patch Changes

v0.0.7

20 Mar 22:32
c293c1c
Compare
Choose a tag to compare

Patch Changes