Skip to content

Releases: fastify/fastify-leveldb

v6.0.1

01 Nov 13:39
v6.0.1
05fe70f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

04 Sep 17:24
4abb489
Compare
Choose a tag to compare

What's Changed

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

v5.1.0

29 Aug 17:02
db7944e
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): use updated skeleton template by @Fdawgs in #97
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #98
  • chore(package): remove engines field by @Fdawgs in #99
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #100
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #101
  • ci: enable license checking by @Fdawgs in #102
  • docs(readme): replace use of deprecated variadic listen() by @Fdawgs in #103
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #104
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #105
  • test(types): remove unused variable assignment by @Fdawgs in #106
  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #108
  • Restructure + nodenext compatibility by @Uzlopak in #107
  • chore(.gitignore): add clinic by @Fdawgs in #109
  • build(deps-dev): bump rimraf from 3.0.2 to 4.0.7 by @dependabot in #110
  • chore(.gitignore): add bun lockfile by @Fdawgs in #111
  • build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #112
  • build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #113
  • build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #114
  • build(deps-dev): bump rimraf from 4.4.1 to 5.0.0 by @dependabot in #115
  • ci: only trigger on pushes to main branches by @Fdawgs in #116

New Contributors

Full Changelog: v5.0.1...v5.1.0

v5.0.1

24 May 08:55
e5f4aeb
Compare
Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #94
  • docs(readme): remove snyk badge by @Fdawgs in #95
  • fix: update plugin semver to allow for rc versions by @Fdawgs in #96

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

v5.0.0

10 May 18:22
Compare
Choose a tag to compare

📚 PR:

  • updated to Fastify v4 (#93)

v4.0.1

10 May 18:13
Compare
Choose a tag to compare

📚 PR:

  • docs: update references to old fastify-* modules (#92)

v4.0.0

27 Apr 13:59
f833cc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v4.0.0

v3.1.1

14 Jul 13:09
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 16.0.3
  • Merge pull request #44 from fastify/dependabot/npm_and_yarn/fastify-plugin-3.0.0
  • Merge pull request #45 from fastify/dependabot/npm_and_yarn/standard-16.0.3
  • feat: add stale (#42)
  • chore: add dependabot automerge (#43)
  • chore(gitignore): use latest github ignore template (#46)
  • ci(dependabot): update github actions (#47)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#49)
  • Bump actions/setup-node from v1 to v2.1.5 (#48)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#50)
  • chore: ci updates and style change (#51)
  • Bump memdown from 5.1.0 to 6.0.0 (#55)
  • Bump encoding-down from 6.3.0 to 7.0.0 (#56)
  • Bump leveldown from 5.6.0 to 6.0.0 (#57)
  • chore tap 15 (#58)
  • Bump levelup from 4.4.0 to 5.0.0 (#59)
  • ci: add nodejs v16 to test matrix (#60)
  • Bump actions/checkout from 2 to 2.3.4 (#61)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#62)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#63)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#64)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#65)
  • adds missing type definitions to the fastify-leveldb plugin (#66)

v3.1.0

07 Jul 16:53
Compare
Choose a tag to compare

📚 PR:

v3.0.0

25 Apr 15:22
Compare
Choose a tag to compare

Drop Node v6 and v8.

Features

  • Introduce level namespaces - #40

Fixes

  • Initialization errors are hidden by the plugin - #39 #40