- fix RLE bug HDIST between HLIT
- support buster.js 0.7.4
- code cleanup
not changed. (for npm republish)
- 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)
- 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)
- fix PKZIP CRC-32 bug
- update PKZIP unit test
- add PKZIP compression (basic support)
- add PKZIP decompression (basic support)
- refactor build environment (use export js file)
- remove license comment in source code
- fix rare case bug
- 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)
- fix huffman coding (add reverse package merge algorithm)
- fix gunzip unit test
- first release