Release of `@effect/schema` Version 0.65: Enhanced Clarity, Simplified Parameters, and More
Hey everyone! We've just released
@effect/schema
@effect/schema
version
0.65
0.65
!
Changelog: You can check out all the details in our changelog.
Notable Changes: - We've consolidated schema and combinator names for clarity. - Parameters for
transform
transform
and
transformOrFail
transformOrFail
are now combined into a single options object. - FastCheck is now re-exported for your convenience. - Plus, we've squashed some bugs along the way.
Migration Made Easy: To help you transition smoothly with the updates mentioned above, we've released a codemod.
To run it, simply execute the following command in your terminal:
npx @effect/codemod schema-0.65 src/**/*
npx @effect/codemod schema-0.65 src/**/*
The codemod is designed to automate many of the changes needed. However, it might not catch everything, so please let us know if you run into any issues (https://github.com/Effect-TS/codemod/issues). Remember to commit your code changes before running the codemod, just in case you need to undo anything.