Skip to content

Releases: javadev/underscore-java

Version 1.33

01 Jun 05:19
Compare
Choose a tag to compare
  • Added support for $.reduce(iterable, function) and $.reduceRigth(iterable, function).
  • Added $.groupBy(iterable, function, binaryOperator) method.

Version 1.32

01 May 06:10
Compare
Choose a tag to compare
  • Added support for the $mapIndexed() and $.forEachIndexed() methods.
  • Added $.createLRUCache(capacity) method in lodash module.
  • Added $.fromXmlMakeArrays(xml) method in lodash module.

Version 1.31

01 Apr 07:43
Compare
Choose a tag to compare
  • Renamed Block with Consumer and Function with Supplier.
  • Replaced Function1 with Function, remove Function2 and Function4.
  • Moved lodash plugin to the main module.
  • Renamed FunctionAccum with BiFunction.

Version 1.30

01 Feb 16:53
Compare
Choose a tag to compare

Added check() method for Template.

Version 1.29

01 Jan 09:18
Compare
Choose a tag to compare
  • Added File, Directory and Entry classes to the math plugin.
  • Added $.findByName(entry, name) in math plugin.
  • Added root support for the $.fromXml() method in string and lodash plugins.
  • Added support for $.get(list, index), $.get(index), $.set(list, index, value) and $.set(index, value) methods.

Version 1.28

01 Nov 04:29
Compare
Choose a tag to compare
  • Added filterFalse(list, pred) method support.
  • Added support for the LRUCache in math plugin.

Version 1.27

01 Jul 04:59
Compare
Choose a tag to compare
  • Added $.filterIndexed(), $.rejectIndexed(), chain filterIndexed and chain rejectIndexed methods.
  • Added object-oriented map(func) method.
  • Added object-oriented methods for filter and reject.

Version 1.26

01 Jun 11:03
Compare
Choose a tag to compare
  • Added method $.format(template, values).

Version 1.25

01 May 04:58
Compare
Choose a tag to compare
  • Added method $.iterate(seed, unaryOperator).
  • Added support for the method $.chain(iterable, size).
  • Fixed Chain.uniq(Function1<T, F>) method.

Version 1.24

01 Apr 14:30
Compare
Choose a tag to compare
  • Added more checks for the $.fromXml() method in lodash and string plugins.