Changes in this version:
- Added a new utility function
Enumerable.Utils.recallFrom
that can be use to reverse the effects ofEnumerable.Utils.extendTo
, cleaning up prototype pollution - All tests redesigned to use only vanilla JS, eliminating the need for a testing framework
- Minifier changed from
node-minify
touglify-js