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