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