v1.7.5
tomickigrzegorz
released this
10 Feb 15:00
·
192 commits
to master
since this release
Build
- added script to change library version everywhere during production build
Performance
- reducing the size of the library by mangle properties and methods:
mangle: {
properties: {
regex: /^_/,
},
},
Refactoring
- removing duplicate method 'setAttr'