- 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