Releases: fastify/fastify-hotwire
Releases · fastify/fastify-hotwire
v3.0.1
v3.0.0
v2.1.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #88
- chore(.gitignore): add clinic by @Fdawgs in #89
- chore(.gitignore): add bun lockfile by @Fdawgs in #90
- build(deps-dev): bump tsd from 0.25.0 to 0.27.0 by @dependabot in #91
- build(deps-dev): bump pino-pretty from 9.4.0 to 10.0.0 by @dependabot in #92
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #93
- ci: only trigger on pushes to main branches by @Fdawgs in #94
- build(deps-dev): bump @fastify/websocket from 7.2.0 to 8.0.0 by @dependabot in #95
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #96
- build(deps): bump piscina from 3.2.0 to 4.0.0 by @dependabot in #97
- chore: add comment in example by @Uzlopak in #104
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #108 - chore: add
.gitattributes
file by @Fdawgs in #112 - chore(package): explicitly declare js module type by @Fdawgs in #114
- build(deps-dev): bump @fastify/cookie from 8.3.0 to 9.2.0 by @dependabot in #116
Full Changelog: v2.0.0...v2.1.0
v2.0.0
📚 PR:
- ci: migrate to fastify reusable workflow (#57)
- docs(readme): remove snyk badge (#58)
- build(deps-dev): bump @fastify/formbody from 6.0.1 to 7.0.0 (#59)
- chore(plugin): update metadata name to reflect package name (#60)
- build(deps-dev): bump mqemitter from 4.5.0 to 5.0.0 (#61)
- build(deps-dev): bump pino-pretty from 7.6.1 to 8.0.0 (#62)
- chore: rename ci workflow file (#63)
- chore(.gitignore): use updated skeleton template (#64)
- build(deps-dev): bump @fastify/websocket from 5.0.0 to 6.0.1 (#65)
- build(deps-dev): bump @fastify/cookie from 6.0.0 to 7.0.0 (#66)
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 (#69)
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 (#70)
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 (#72)
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#74)
- build(deps-dev): bump fastify from 3.29.1 to 4.3.0 (#76)
- ci: enable license checking (#77)
- chore(example/app): replace use of deprecated variadic
listen()
(#78) - build(deps-dev): bump @fastify/websocket from 6.0.1 to 7.0.0 (#79)
- move types to types folder, fix typing (#80)
- build(deps-dev): bump pino-pretty from 8.1.0 to 9.0.0 (#81)
- build(deps-dev): bump @fastify/cookie from 7.4.0 to 8.0.0 (#82)
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#83)
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#84)
- disable package-lock generation (#85)
- move tests to test folder (#86)
- nodenext compatibility (#87)
v1.0.1
What's Changed
- docs: update references to old fastify-* modules by @Fdawgs in #54
- build(deps-dev): use new @fastify org dependencies by @Fdawgs in #55
- 1.0.1 by @RafaelGSS in #56
New Contributors
- @RafaelGSS made their first contribution in #56
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #38
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #39
- Bump tsd from 0.18.0 to 0.19.0 by @dependabot in #40
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #41
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #42
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #43
- Bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #45
- build: reduce dependabot update frequency by @Fdawgs in #46
- build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #47
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #48
- build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #49
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #50
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #51
- build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #52
- Rename module by @jsumners in #53
New Contributors
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- docs(readme): fixed a few typos in readme file by @csarnataro in #2
- chore(gitignore): use latest github ignore template by @Fdawgs in #3
- ci(dependabot): add dependabot config by @Fdawgs in #4
- Bump actions/setup-node from v1 to v2.1.5 by @dependabot in #5
- chore: ci updates and style change by @Fdawgs in #6
- Bump @types/node from 14.14.42 to 15.0.0 by @dependabot in #11
- Bump piscina from 2.2.0 to 3.0.0 by @dependabot in #12
- Bump tsd from 0.14.0 to 0.15.0 by @dependabot in #13
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #14
- ci: add nodejs v16 to test matrix by @Fdawgs in #10
- ci: actually add nodejs v16 to test matrix by @Fdawgs in #15
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #16
- Bump pino-pretty from 4.8.0 to 5.0.0 by @dependabot in #17
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #18
- Bump tsd from 0.15.1 to 0.16.0 by @dependabot in #19
- Bump tsd from 0.16.0 to 0.17.0 by @dependabot in #20
- Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #21
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #22
- Bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #23
- Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #24
- Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #25
- Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #26
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #27
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #28
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #29
- Bump pino-pretty from 5.1.3 to 6.0.0 by @dependabot in #30
- Bump fastify-websocket from 3.2.2 to 4.0.0 by @dependabot in #31
- Bump pino-pretty from 6.0.0 to 7.0.0 by @dependabot in #32
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #33
- Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #34
- Bump tsd from 0.17.0 to 0.18.0 by @dependabot in #35
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #36
- upgrade package dependencies and tap 15 migration by @darkgl0w in #37
New Contributors
- @csarnataro made their first contribution in #2
- @Fdawgs made their first contribution in #3
- @dependabot made their first contribution in #5
- @darkgl0w made their first contribution in #37
Full Changelog: v0.1.0...v0.2.0