Files
gtk3/debian/missing-sources/zlib.js-0.1.6/ChangeLog.md
Simon McVittie 7e6de580a7 * debian/missing-sources/zlib.js-0.1.6: add missing source code for gdk/broadway/rawinflate.min.js (Closes: #753968)
- some files in zlib.js upstream had missing source code themselves
    (closure-compiler.jar) or are not needed here, and have been removed
    to save space; see debian/missing-sources/README for details
2014-08-11 09:43:29 +00:00

133 lines
2.0 KiB
Markdown

# Change Log
## 0.1.6: 2013/05/10
https://github.com/imaya/zlib.js/compare/0.1.5...0.1.6
### compression
- export raw deflate
### decompression
- export raw inflate
- fix inflate stream exporting
### etc
- 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)
-------------------------------------------------------------------------------
## 0.1.5: 2013/02/10
https://github.com/imaya/zlib.js/compare/0.1.4...0.1.5
### compression
- fix PKZIP CRC-32 bug
### etc
- update PKZIP unit test
-------------------------------------------------------------------------------
## 0.1.4: 2013/02/10
https://github.com/imaya/zlib.js/compare/0.1.3...0.1.4
### compression
- add PKZIP compression (basic support)
### decompression
- add PKZIP decompression (basic support)
### etc
- refactor build environment (use export js file)
- remove license comment in source code
-------------------------------------------------------------------------------
## 0.1.3: 2012/12/21
https://github.com/imaya/zlib.js/compare/0.1.2...0.1.3
### compression
- fix rare case bug
-------------------------------------------------------------------------------
## 0.1.2: 2012/12/17
https://github.com/imaya/zlib.js/compare/0.1.1...0.1.2
### compression
- fix adler-32 bug (byte order)
- refactor raw deflate code
### decompression
- refactor inflate stream code
### etc
- update closure compiler (custom version)
- update inflate unit test (enable adler-32 verification)
-------------------------------------------------------------------------------
## 0.1.1: 2012/11/15
https://github.com/imaya/zlib.js/compare/0.1.0...0.1.1
### compression
- fix huffman coding (add reverse package merge algorithm)
### etc
- fix gunzip unit test
-------------------------------------------------------------------------------
## 0.1.0: 2012/09/24
- first release