UNPKG

jsdoc-75lb

Version:

An API documentation generator for JavaScript.

14 lines (11 loc) 680 B
### 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][115] * Added `toQuery` and `fromQuery` - [#134][134] * Switch `always` to an alias of Underscore's `constant`. - [#132][132] * The combinators sub-library now supports method combinators - [#14][14] [115]:https://github.com/documentcloud/underscore-contrib/issues/115 [134]:https://github.com/documentcloud/underscore-contrib/issues/134 [132]:https://github.com/documentcloud/underscore-contrib/issues/132 [14]:https://github.com/documentcloud/underscore-contrib/issues/14