Skip to content

Releases: javadev/underscore-java

Version 1.4

01 Jul 04:41
Compare
Choose a tag to compare
  • 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

01 Jun 02:21
Compare
Choose a tag to compare
  • 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

01 May 03:24
Compare
Choose a tag to compare

Added methods initial, rest, last to the _.chain().

Version 1.1

04 Apr 00:35
Compare
Choose a tag to compare

Add support for the methods filter and reject to the chain object

Version 1.0

27 Dec 12:55
Compare
Choose a tag to compare

Main functionality was implemented