Releases: javadev/underscore-java
Releases · javadev/underscore-java
Version 1.4
- Fixed slice(0, N) method
- List generators available for plugins
- Added parameters check for first, last, rest and initial methods
- Introduced underscore-lodash plugin
Version 1.3
- Main class was renamed from _ to the $.
- Methods were reordered
- Unit tests were divided by groups
- New methods were added
- Math plugin was added
Version 1.2
Added methods initial, rest, last to the _.chain().
Version 1.1
Add support for the methods filter and reject to the chain object
Version 1.0
Main functionality was implemented