Version 1.17
- 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.