You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
2.4 KiB

4 years ago
  1. 1.0.10 / 2019-02-28
  2. ------------------
  3. - Fix minified version, #161.
  4. 1.0.9 / 2019-02-28
  5. ------------------
  6. - Fix `new Buffer()` warning, #154.
  7. 1.0.8 / 2019-01-14
  8. ------------------
  9. - Fix raw inflate with dictionary, #155.
  10. 1.0.7 / 2018-11-29
  11. ------------------
  12. - Fixed RangeError in Crome 72, #150.
  13. 1.0.6 / 2017-09-14
  14. ------------------
  15. - Improve @std/esm compatibility.
  16. 1.0.5 / 2017-03-17
  17. ------------------
  18. - Maintenance. More formal `zlib` attribution and related
  19. changes, #93. Thanks to @bastien-roucaries for the help.
  20. 1.0.4 / 2016-12-15
  21. ------------------
  22. - Bump dev dependencies.
  23. - Make sure `err.message` is filled on throw.
  24. - Code examples for utf-16 string encoding & object compression.
  25. 1.0.3 / 2016-07-25
  26. ------------------
  27. - Maintenance: re-release to properly display latest version in npm registry
  28. and badges. Because `npm publish` timestamp used instead of versions.
  29. 1.0.2 / 2016-07-21
  30. ------------------
  31. - Fixed nasty bug in deflate (wrong `d_buf` offset), which could cause
  32. broken data in some rare cases.
  33. - Also released as 0.2.9 to give chance to old dependents, not updated to 1.x
  34. version.
  35. 1.0.1 / 2016-04-01
  36. ------------------
  37. - Added dictionary support. Thanks to @dignifiedquire.
  38. 1.0.0 / 2016-02-17
  39. ------------------
  40. - Maintenance release (semver, coding style).
  41. 0.2.8 / 2015-09-14
  42. ------------------
  43. - Fixed regression after 0.2.4 for edge conditions in inflate wrapper (#65).
  44. Added more tests to cover possible cases.
  45. 0.2.7 / 2015-06-09
  46. ------------------
  47. - Added Z_SYNC_FLUSH support. Thanks to @TinoLange.
  48. 0.2.6 / 2015-03-24
  49. ------------------
  50. - Allow ArrayBuffer input.
  51. 0.2.5 / 2014-07-19
  52. ------------------
  53. - Workaround for Chrome 38.0.2096.0 script parser bug, #30.
  54. 0.2.4 / 2014-07-07
  55. ------------------
  56. - Fixed bug in inflate wrapper, #29
  57. 0.2.3 / 2014-06-09
  58. ------------------
  59. - Maintenance release, dependencies update.
  60. 0.2.2 / 2014-06-04
  61. ------------------
  62. - Fixed iOS 5.1 Safari issue with `apply(typed_array)`, #26.
  63. 0.2.1 / 2014-05-01
  64. ------------------
  65. - Fixed collision on switch dynamic/fixed tables.
  66. 0.2.0 / 2014-04-18
  67. ------------------
  68. - Added custom gzip headers support.
  69. - Added strings support.
  70. - Improved memory allocations for small chunks.
  71. - ZStream properties rename/cleanup.
  72. - More coverage tests.
  73. 0.1.1 / 2014-03-20
  74. ------------------
  75. - Bugfixes for inflate/deflate.
  76. 0.1.0 / 2014-03-15
  77. ------------------
  78. - First release.