Skip to content

Version 1.19

Compare
Choose a tag to compare
@javadev javadev released this 01 Oct 05:33
  • Improved perfomance for $.intersection(list1, list2) and $.difference(list1, list2) methods.
  • Added forEach(inerator) and forEachRight(inerator) for chain.
  • Improved $.join(iterable, separator) method.
  • Improved $.debounce(function, delay) method and added $.throttle(function, wait) method.