项目原始demo,不改动
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Це архівний репозитарій. Ви можете переглядати і клонувати файли, але не можете робити пуш або відкривати питання/запити.

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