Skip to content

Releases: fastify/fastify-env

v5.0.1

21 Sep 09:45
31cfa21
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v5.0.0

06 Sep 14:09
0609866
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v5.0.0

v4.4.0

24 Jun 17:25
35f71f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

v4.3.0

29 Oct 14:49
b48fbca
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #159
  • chore(.gitignore): add clinic by @Fdawgs in #163
  • chore(.gitignore): add bun lockfile by @Fdawgs in #164
  • build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #165
  • build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #166
  • build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #167
  • Clarify README reg. async env loading by @bbonamin in #162
  • ci: only trigger on pushes to main branches by @Fdawgs in #168
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #169
  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #172
  • test: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #173
  • chore: add .gitattributes file by @Fdawgs in #175
  • chore(package): explicitly declare js module type by @Fdawgs in #177

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

04 Dec 16:33
b3778cf
Compare
Choose a tag to compare

📚 PR:

  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#155)
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#156)
  • chore: disable package-lock.json generation (#157)
  • nodenext compatibility (#158)

v4.1.0

08 Aug 08:36
598c026
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump env-schema from 4.0.0 to 5.0.0 by @dependabot in #145
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #146
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #148
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #149
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #150
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #151
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #152
  • ci: enable license checking by @Fdawgs in #153
  • Minor refactor, add typings by @Uzlopak in #154

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

14 May 08:01
6afeeab
Compare
Choose a tag to compare

What's Changed

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

v3.0.0

27 Apr 13:48
85174d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v3.0.0

v2.1.1

07 May 16:27
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump snazzy from 8.0.0 to 9.0.0
  • Bump standard from 14.3.4 to 16.0.3
  • fix lint
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #84 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • Bump env-schema from 2.1.0 to 3.0.1
  • Merge pull request #85 from fastify/dependabot/npm_and_yarn/env-schema-3.0.1
  • Fix misspelling of "fastify" in types (#73)
  • feat: add stale (#75)
  • chore: add dependabot auto merge (#83)
  • chore(gitignore): use latest github ignore template (#86)
  • ci(dependabot): update github actions (#87)
  • Bump actions/setup-node from v1 to v2.1.5 (#89)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#88)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#90)
  • chore: ci updates and style change (#91)
  • Bump tap from 14.11.0 to 15.0.0 (#92)
  • docs(readme): minor grammar changes (#94)
  • Bump @types/node from 14.14.42 to 15.0.0 (#95)
  • ci: add nodejs v16 to test matrix (#96)

v2.1.0

14 Oct 15:59
Compare
Choose a tag to compare

📚 PR:

  • Typo fix (#68)
  • feat: 🏷️ add typing (#71)