Skip to content

Releases: deal/compression

v1.2.0

28 Feb 01:28

Choose a tag to compare

1.2.0 (2019-02-28)

Bug Fixes

  • add semantic-release (dbd4079)
  • correct Brotli quality/level option (eb1af4c)
  • use native Brotli compression from Node's zlib instead of iltorb (71f247d)

Features

  • merge remote-tracking branch 'shrinkray/master' into shrink-ray (c57bd68)
  • rebase onto shrink-ray and upgrade to use native Brotli compression (c81c3b4)

v1.1.1

27 Feb 01:38

Choose a tag to compare

1.1.1 (2019-02-27)

Bug Fixes

  • disable tests temporarily (a5b7e18)
  • replace "accepts" with "accept" for content encoding negotiation (9c3260c)
  • replace content encoding negotiation and fix Brotli compression (bd24382)
  • use createBrotliCompress, not createBrotliDecompress (f5e8143)

v1.1.0

26 Feb 20:45

Choose a tag to compare

1.1.0 (2019-02-26)

Bug Fixes

Features

v1.0.0

26 Feb 20:31

Choose a tag to compare

1.0.0 (2019-02-26)

Bug Fixes

  • add semantic-release (3e81bf4)
  • run tests and remove build step (4058059)
  • update git repository (df7d798)
  • update package name and add gitlab CI config (530ba0b)

Performance Improvements

  • enable strict mode (7373648)
  • remove flush reassignment (1259e07)
  • simplify threshold detection (2403c20)