underscore-contrib v0.3.0 Release Notes
Release Date: 2014-05-07 // almost 11 years ago-
- Contrib now requires Underscore 1.6.0 or higher.
- ๐ Rename
partition
andpartitionAll
tochunk
andchunkAll
to avoid name conflicts with Underscore'spartition
- #115 - โ Added
toQuery
andfromQuery
- #134 - Switch
always
to an alias of Underscore'sconstant
. - #132 - ๐ The combinators sub-library now supports method combinators - #14