Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@nicktytarenko nicktytarenko released this 03 Dec 17:58
b0e40ee

What's Changed

πŸš€ New Feature

πŸ’₯ Breaking Change

  • Upgrade reason-future to Support ReScript 11+ by @nicktytarenko in #57
    1. README Updated: Reflects the transition from ReasonML to ReScript with updated examples.
    2. Tests Adapted: Adjusted existing tests to the new ReScript syntax without altering logic or functionality.
    3. File Extensions Renamed: All .re files were converted to .res.
    4. Configuration Updated: Migrated bsconfig.json to rescript.json.
    5. Core Module Switched: Replaced Belt with @rescript/core for better compatibility with ReScript 11+.
    6. Backward Compatibility Maintained: Ensured the library's API and syntax remain consistent to minimize breaking changes for users.
    7. Curried vs. Uncurried Functions: Addressed issues where curried functions following uncurried ones are no longer fused in ReScript 11+.

New Contributors

Full Changelog: v2.6.0...v3.0.0