Skip to content

Version 0.15.0

Compare
Choose a tag to compare
@davidchambers davidchambers released this 01 Apr 19:11
· 241 commits to main since this release
6955af7

Changes:

  • $ functions must now be applied to arguments one at a time (#179)
  • def now requires a curried implementation function (#179)
  • def no longer imposes an arbitrary arity limit (#179)
  • def functions must now be applied to arguments one at a time (#179)
  • $.Pair is now known as $.Array2 (#182)
  • $ functions no longer perform type checking when NODE_ENV is 'production' (#187)
  • sanctuary-type-classes dependency upgraded from 7.1.x to 8.1.x (#188)

Removals:

Additions: