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