Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 680 Bytes

Changelog

0.3.0

  • Contrib now requires Underscore 1.6.0 or higher.
  • Rename partition and partitionAll to chunk and chunkAll to avoid name conflicts with Underscore's partition - #115
  • Added toQuery and fromQuery - #134
  • Switch always to an alias of Underscore's constant. - #132
  • The combinators sub-library now supports method combinators - #14