Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@phenax phenax released this 10 Nov 16:48
· 68 commits to master since this release

Added

  • Adds cata and reduce aliases for caseOf
  • Changelogs

Changed

  • Moves documentation from Github Wiki to /docs to be easier to maintain
  • Some code refactoring to improve code quality and performance
  • Internal semantics to be more consistent in the way we describe the functions

Removed

  • useReducer and reducerComponent HOC, to trim the fat as both the functionalities are just one of the use cases and can be provided as a custom wrapper. The documentation includes the internals of the functions if anyone wants to use them
  • Removes some properties and methods from the instances to make it lighter and expose a simpler api