Skip to content

3.2.3

Compare
Choose a tag to compare
@mihaifm mihaifm released this 03 Sep 20:21
· 35 commits to master since this release
3.2.3
1c10c12

Changes in this version:

  • Added a new utility function Enumerable.Utils.recallFrom that can be use to reverse the effects of Enumerable.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 to uglify-js