https://github.com/imaya/zlib.js/compare/0.3.0...0.3.1
- Distribution files reduction in npm package
- code cleanup
https://github.com/imaya/zlib.js/compare/0.2.0...0.3.0
- fix bug in decode HLIT and HDIST (aefd58bc482258faaf70644717ac54b7f6d4e599)
- check invalid code length from malicious compressed data (4971111c1ad49e3c353ed38d51850e1ff5c206b9)
- fix data exists after payload (08a5b2eb89e1d31178d272857fbdf55358bdcec4)
- Task runner: Migrate to Grunt from Ant
- Testing framework: Migate to Karma and mocha from BusterJS
https://github.com/imaya/zlib.js/compare/0.1.8...0.2.0
- fix RLE bug HDIST between HLIT
- support buster.js 0.7.4
- code cleanup
https://github.com/imaya/zlib.js/compare/0.1.7...0.1.8
not changed. (for npm republish)
https://github.com/imaya/zlib.js/compare/0.1.6...0.1.7
- support different password each file in PKZIP
- fix PKZIP signedness
- support different password each file in PKZIP
- workaround iOS 6.x safari bug in stream version (thanks to Kazuho Oku)
https://github.com/imaya/zlib.js/compare/0.1.5...0.1.6
- export raw deflate
- export raw inflate
- fix inflate stream exporting
- export crc-32
- add pretty print build
- optimize compile settings
- add english document
- support source maps
- support Travis CI
- refactor unit test
- update closure compiler (custom version)
https://github.com/imaya/zlib.js/compare/0.1.4...0.1.5
- fix PKZIP CRC-32 bug
- update PKZIP unit test
https://github.com/imaya/zlib.js/compare/0.1.3...0.1.4
- add PKZIP compression (basic support)
- add PKZIP decompression (basic support)
- refactor build environment (use export js file)
- remove license comment in source code
https://github.com/imaya/zlib.js/compare/0.1.2...0.1.3
- fix rare case bug
https://github.com/imaya/zlib.js/compare/0.1.1...0.1.2
- fix adler-32 bug (byte order)
- refactor raw deflate code
- refactor inflate stream code
- update closure compiler (custom version)
- update inflate unit test (enable adler-32 verification)
https://github.com/imaya/zlib.js/compare/0.1.0...0.1.1
- fix huffman coding (add reverse package merge algorithm)
- fix gunzip unit test
- first release