What's Changed
π New Feature
π₯ Breaking Change
- Upgrade
reason-future
to Support ReScript 11+ by @nicktytarenko in #57- README Updated: Reflects the transition from ReasonML to ReScript with updated examples.
- Tests Adapted: Adjusted existing tests to the new ReScript syntax without altering logic or functionality.
- File Extensions Renamed: All
.re
files were converted to.res
. - Configuration Updated: Migrated
bsconfig.json
torescript.json
. - Core Module Switched: Replaced
Belt
with@rescript/core
for better compatibility with ReScript 11+. - Backward Compatibility Maintained: Ensured the library's API and syntax remain consistent to minimize breaking changes for users.
- Curried vs. Uncurried Functions: Addressed issues where curried functions following uncurried ones are no longer fused in ReScript 11+.
New Contributors
- @nicktytarenko made their first contribution in #57
Full Changelog: v2.6.0...v3.0.0