Skip to content

Releases: fastify/env-schema

v6.0.0

23 Jun 16:06
395907b
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v5.2.1

24 Oct 12:28
19637ca
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #140
  • chore(deps): bump dotenv-expand from 9.0.0 to 10.0.0 by @dependabot in #141
  • chore(.gitignore): add clinic by @Fdawgs in #145
  • chore(.gitignore): add bun lockfile by @Fdawgs in #147
  • chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #148
  • docs: Resolve the issue #146. by @aderchox in #149
  • chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #150
  • chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #151
  • chore(deps-dev): bump @sinclair/typebox from 0.25.24 to 0.26.5 by @dependabot in #152
  • chore(deps-dev): bump @sinclair/typebox from 0.26.8 to 0.27.0 by @dependabot in #153
  • chore(deps-dev): bump @sinclair/typebox from 0.27.8 to 0.28.5 by @dependabot in #154
  • ci: only trigger on pushes to main branches by @Fdawgs in #155
  • chore(deps-dev): bump @sinclair/typebox from 0.28.20 to 0.29.1 by @dependabot in #156
  • docs: update README with section about data loading order by @lirantal in #158
  • docs: adding reference guide by @lirantal in #144
  • chore(deps-dev): bump @sinclair/typebox from 0.29.6 to 0.30.4 by @dependabot in #159
  • chore(deps-dev): bump @sinclair/typebox from 0.30.4 to 0.31.1 by @dependabot in #160
  • chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #161
  • test: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #162
  • chore: add .gitattributes file by @Fdawgs in #164
  • refactor(index): use object destructuring by @Fdawgs in #165
  • refactor(index): use TypeError over Error by @Fdawgs in #166
  • test(fluent-schema): optimize split param by @Fdawgs in #167
  • fix: correct expandEnv bug when passing in a new object in the data option by @serdnam in #168

New Contributors

Full Changelog: v5.2.0...v5.2.1

v5.2.0

05 Dec 00:15
c0f901f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...v5.2.0

v5.1.1

11 Nov 15:20
b5f5a5c
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump fluent-json-schema from 3.1.0 to 4.0.0 by @dependabot in #135
  • chore(deps-dev): bump @sinclair/typebox from 0.24.51 to 0.25.1 by @dependabot in #136
  • Fix typescript error due to schema type by @klaseca in #137

Full Changelog: v5.1.0...v5.1.1

v5.1.0

28 Sep 10:05
eb652ef
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v4.2.0

28 Sep 10:04
b43b263
Compare
Choose a tag to compare

Sorry, botched releases

Full Changelog: v4.1.1...v4.2.0

v4.1.1

28 Sep 10:02
e01511f
Compare
Choose a tag to compare

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

v5.0.0

23 May 14:26
7e2d727
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #119
  • chore: remove unnecessary arguments by @is2ei in #122
  • ci!: migrate to fastify reusable workflow by @Fdawgs in #121
  • chore(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #120

New Contributors

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

v4.0.0

21 Mar 09:40
Compare
Choose a tag to compare

Breaking Changes

  • dotenv handle of backtick

📚 PR:

  • chore(deps): bump dotenv from 11.0.0 to 14.1.0 (#106)
  • Update dependabot.yml (#108)
  • chore(deps): bump dotenv from 14.3.2 to 15.0.0 (#109)
  • build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 (#110)
  • build(deps): bump dotenv-expand from 5.1.0 to 8.0.3 (#113)
  • chore(deps-dev): bump tap from 15.2.3 to 16.0.0 (#115)
  • chore(deps): bump actions/setup-node from 2 to 3 (#114)
  • chore(deps): bump dotenv from 15.0.1 to 16.0.0 (#112)

v3.5.2

15 Jan 17:49
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump dotenv from 10.0.0 to 11.0.0 (#103)
  • docs: fix 'PORT' datatype in the usage examples (#104)
  • fix: global ajv cache (#105)