Skip to content

Releases: javadev/underscore-java

Version 1.10

01 Jan 06:13
Compare
Choose a tag to compare
  • Removed redundant type casting
  • Added support for the toJsonJavaString() method in string plugin
  • Added support for the fromXml() method in string and lodash plugins
  • Fixed max password length in uniquePassword() method
  • Added examples for methods intersection, xor, snakeCase, chaining, fromXml and fromJson

Version 1.9

01 Dec 03:35
Compare
Choose a tag to compare
  • Improved toJson() method in string and lodash plugins
  • Added support for the uniquePassword() to generate 8-15 length passwords
  • Improved return types in chain() methods
  • Improved escape/unescape methods
  • Added java8 unit test examples

Version 1.8

01 Nov 19:43
Compare
Choose a tag to compare
  • Added methods fromNullable(), or() and orNull() for the Optional class
  • Added support for the toXml() method in string and lodash plugins
  • Fixed unicode parser in string and lodash plugins
  • Added support for the methods upperFirst and lowerFirst in string and lodash plugins
  • Fixed compiler warnings

Version 1.7

01 Oct 01:13
Compare
Choose a tag to compare
  • Added support for the range() methods in chain()
  • Added support for the method sum(array, function) in math and lodash plugins
  • Added chain methods in lodash, math and string plugins
  • Added support for better formatting in toJson() method in string and lodash plugins
  • Added support for the cyrillic characters in words() method in string and lodash plugins

Version 1.6

01 Sep 01:37
Compare
Choose a tag to compare
  • Added support for the method chunk(array, size)
  • Added support for the method name in where() and findWhere() methods
  • Added support for the methods toJson() and fromJson() in lodash and string plugins
  • Added support for the object and chain methods invoke(), pluck(), where(), findWhere(), max() and min()
  • Added read class data by method name into pluck()

Version 1.5

01 Aug 02:18
Compare
Choose a tag to compare
  • Added toMap(), value(), chain(), eachRight(), and forEachRight()
  • Added chain and object methods support for the size() and isEmpty()
  • Fixed type for sort() method
  • Added support for the chain methods every() and some()
  • Added chain methods support groupBy(), indexBy() and countBy()
  • Added support for the diferrence(arrays) and union(arrays) methods
  • Improved equals and hashCode for Optional

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