Releases: fastify/fastify-compress
Releases · fastify/fastify-compress
v8.0.2
What's Changed
- build(deps-dev): lock typescript minor version by @Fdawgs in #320
- refactor(index): remove unused catch bindings by @Fdawgs in #321
- chore(deps-dev): bump typescript from 5.4.5 to 5.6.3 by @dependabot in #323
- style: remove trailing whitespace by @Fdawgs in #325
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #329
- build(deps-dev): replace standard with neostandard by @Fdawgs in #333
- docs(readme): point ci badge at master/main branch by @Fdawgs in #334
- docs(readme): update ci badge syntax by @Fdawgs in #335
- types: use
node:
prefix for builtins by @Fdawgs in #336 - build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #337
- docs(readme): add compatibility table by @Fdawgs in #338
- chore(package): add funding and contribs by @Fdawgs in #339
- docs(readme): spelling and grammar fixes by @Fdawgs in #343
- refactor: prefix unused params with underscores by @Fdawgs in #341
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #344
Full Changelog: v8.0.1...v8.0.2
v8.0.1
v8.0.0
What's Changed
- Merge
next
intomaster
by @jsumners in #298 - chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #299
- chore: update fastify version to
5.x
by @climba03003 in #300 - Update CI action to v5 by @mcollina in #301
- use node:test instead of tap by @big-kahuna-burger in #302
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #304
New Contributors
- @big-kahuna-burger made their first contribution in #302
Full Changelog: v7.0.3...v8.0.0
v7.0.3
What's Changed
- feat: replace
into-stream
toReadable.from
by @climba03003 in #290 - Polish test case for PR: replace
into-stream
toReadable.from
by @stanleyxu2005 in #291 - chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #294
- refactor: remove
node-fetch
dev dependency by @climba03003 in #292
New Contributors
- @climba03003 made their first contribution in #290
Full Changelog: v7.0.2...v7.0.3
v7.0.2
What's Changed
- chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.1.0 by @dependabot in #283
- Fix/incorrect vary header by @stanleyxu2005 in #285
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- chore(.gitignore): add .tap/ dir by @Fdawgs in #280
- fix: default brotliOptions does not applied to createBrotliCompress and createBrotliDecompress by @stanleyxu2005 in #284
New Contributors
- @stanleyxu2005 made their first contribution in #284
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #275
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #276 - perf!: reduce default brotli compression factor to 4, was before 11 (maximum) by @kahlstrm in #278
New Contributors
Full Changelog: v6.5.0...v7.0.0
v6.5.0
What's Changed
- Fix tests and update minipass to 7.0.2 by @gurgunday in #265
- remove linting from the test script by @gurgunday in #267
- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #269
- perf: use node: prefix for builtins by @gurgunday in #270
- chore: add
.gitattributes
file by @Fdawgs in #272 - perf(index): convert unused capture groups to non-capture groups by @Fdawgs in #273
- refactor(index): replace
typeof
undefined check by @Fdawgs in #274
New Contributors
- @gurgunday made their first contribution in #265
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
- chore(deps): bump minipass from 5.0.0 to 6.0.0 by @dependabot in #263
- Fix default supported content types by @andyrichardson in #256
New Contributors
- @andyrichardson made their first contribution in #256
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- ci: only trigger on pushes to main branches by @Fdawgs in #260
- chore(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #261
- chore(deps): bump minipass from 4.2.7 to 5.0.0 by @dependabot in #259
- Support Functions for customType option by @Uzlopak in #262
Full Changelog: v6.2.1...v6.3.0