Skip to content

Version 1.17

Compare
Choose a tag to compare
@javadev javadev released this 01 Aug 02:10
  • Added $.push(values), $.pop(), $.shift() and $.unshift(values) methods to the lodash plugin.
  • Added $.copyOf(), $.copyOfRange(start, end), $.elementAt(index), $.elementAtOrElse(index, defaultValue) and $.elementAtOrNull(index) methods support.
  • Changed argument type for the template.apply(map) method.