pako/HISTORY.md

70 wiersze
1.1 KiB
Markdown

2015-09-14 12:16:43 +00:00
0.2.8 / 2015-09-14
------------------
- Fixed regression after 0.2.4 for edge conditions in inflate wrapper (#65).
Added more tests to cover possible cases.
2015-06-09 19:57:26 +00:00
0.2.7 / 2015-06-09
------------------
- Added Z_SYNC_FLUSH support. Thanks to @TinoLange.
2015-03-24 01:44:11 +00:00
0.2.6 / 2015-03-24
------------------
- Allow ArrayBuffer input.
2014-07-19 10:08:56 +00:00
0.2.5 / 2014-07-19
------------------
2015-03-24 01:44:11 +00:00
- Workaround for Chrome 38.0.2096.0 script parser bug, #30.
2014-07-19 10:08:56 +00:00
2014-07-07 05:51:11 +00:00
0.2.4 / 2014-07-07
------------------
- Fixed bug in inflate wrapper, #29
2014-06-08 20:41:08 +00:00
0.2.3 / 2014-06-09
------------------
- Maintenance release, dependencies update.
2014-06-04 07:33:40 +00:00
0.2.2 / 2014-06-04
2014-06-03 16:45:37 +00:00
------------------
- Fixed iOS 5.1 Safary issue with `apply(typed_array)`, #26.
2014-05-01 18:13:30 +00:00
0.2.1 / 2014-05-01
------------------
- Fixed collision on switch dynamic/fixed tables.
2014-04-18 05:36:32 +00:00
0.2.0 / 2014-04-18
------------------
2014-04-07 05:34:23 +00:00
2014-04-08 14:55:17 +00:00
- Added custom gzip headers support.
- Added strings support.
- Improved memory allocations for small chunks.
2014-04-17 22:56:41 +00:00
- ZStream properties rename/cleanup.
- More coverage tests.
2014-04-07 05:34:23 +00:00
2014-03-20 02:30:27 +00:00
0.1.1 / 2014-03-20
2014-04-18 05:36:32 +00:00
------------------
2014-03-20 02:30:27 +00:00
- Bugfixes for inflate/deflate.
2014-03-15 17:35:48 +00:00
0.1.0 / 2014-03-15
2014-04-18 05:36:32 +00:00
------------------
2014-03-15 17:35:48 +00:00
- First release.