Skip to content

Releases: fastify/fastify-compress

v6.1.1

26 Aug 12:50
e9327fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

13 Jun 15:49
78785b3
Compare
Choose a tag to compare

What's Changed

  • chore(package): remove engines field by @Fdawgs in #226
  • ci: migrate to fastify reusable workflow by @Fdawgs in #225
  • docs(readme): remove snyk badge by @Fdawgs in #227
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #229
  • add .npmrc and set package-lock=false by @Uzlopak in #231
  • remove unused dependencies is-zip and string-to-stream by @Uzlopak in #232
  • chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #233
  • integrate isDeflate and isGzip by @Uzlopak in #230

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

05 May 10:17
2a4a6c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v6.0.0

v5.0.0

27 Apr 15:20
0636ee5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v5.0.0

v4.0.1

14 Dec 07:50
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#207)
  • types: add removeContentLengthHeader types (#206)

v4.0.0

04 Dec 16:31
Compare
Choose a tag to compare

What's Changed

  • test: reorganize, group, rename and improve tests suite by @darkgl0w in #201
  • fix: remove zip payloads uncompress behavior by @darkgl0w in #203
  • feat: support Accept-Encoding token x-gzip as an alias for gzip by @darkgl0w in #204
  • feat: add removeContentLengthHeader option by @darkgl0w in #205

Full Changelog: v3.7.0...v4.0.0

v3.7.0

01 Dec 14:10
ac6849c
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #190
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #192
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #194
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #195
  • test: achieve 100% code coverage by @darkgl0w in #196
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #197
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #200
  • feat: move to compress and decompress route options and typescript improvements by @darkgl0w in #199

New Contributors

Full Changelog: v3.6.1...v3.7.0

v3.6.1

14 Oct 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

14 Jun 12:11
b921b08
Compare
Choose a tag to compare
  • Use comma separated form for vary header #173 #172

v3.5.0

19 May 07:56
Compare
Choose a tag to compare

📚 PR:

  • chore(gitignore): use latest github ignore template (#147)
  • ci(dependabot): update github actions (#148)
  • Bump actions/checkout from v1 to v2.3.4 (#151)
  • Bump actions/setup-node from v1 to v2.1.5 (#150)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#149)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#152)
  • chore: ci updates and style change (#153)
  • feat: move to tap15 (#157)
  • ci: remove redundant conditional (#158)
  • Bump @types/node from 14.14.42 to 15.0.0 (#160)
  • ci: add nodejs v16 to test matrix (#161)
  • Bump tsd from 0.14.0 to 0.15.0 (#162)
  • Bump actions/checkout from 2 to 2.3.4 (#163)
  • docs: notice to work with fastify-static (#165)
  • fix brotli responses being double-compressed (#167)