underscore-contrib v0.3.0 Release Notes

Release Date: 2014-05-07 // almost 10 years ago
    • 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