JSZip v2.1.0 Release Notes

Release Date: 2014-02-06 // about 10 years ago
    • split the files and use Browserify to generate the final file (see #74)
    • packaging change : instead of 4 files (jszip.js, jszip-load.js, jszip-inflate.js, jszip-deflate.js) we now have 2 files : dist/jszip.js and dist/jszip.min.js
    • add component/bower support
    • rename variable: 'byte' is a reserved word (see #76)
    • add support for the unicode path extra field (see #82)
    • ensure that the generated files have a header with the licenses (see #80)