Skip to content

v2.0.0

Choose a tag to compare

@dominicegginton dominicegginton released this 15 May 21:52
· 23 commits to main since this release
Immutable release. Only release title and notes can be modified.
v2.0.0
ee05d6b

feat: curry core functions and add pipe utility

  • Curry map, chain, local, ap, chainRight, and chainLeft for better composition
  • Add type-safe pipe utility function
  • Use environment intersections in composed Readers for better type inference
  • Update tests, examples, and documentation to reflect curried API

BREAKING CHANGE

Core functions now follow the data-last curried pattern.

Full Changelog: v1.0.0...v2.0.0