Skip to content

Releases: Effect-TS/codemod

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 23 Jul 10:52
379498b

Patch Changes

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 03 May 16:40
f37fbc2

Patch Changes

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

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 25 Apr 10:49
e0fe4af

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

Choose a tag to compare

@github-actions github-actions released this 18 Apr 04:42
1283aff

Patch Changes

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 18 Apr 04:35
69f9387

Patch Changes

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 18 Apr 04:26
4816976

Patch Changes

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 18 Apr 04:12
a611335

Patch Changes

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 15 Apr 21:26
8ec4974

Patch Changes

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

    • handle type-level Schema changes
    • handle LazyArbitrary type

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 15 Apr 14:16
8dc1691

Patch Changes

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 20 Mar 22:32
c293c1c

Patch Changes