Skip to content

Releases: fastify/env-schema

v7.0.0

27 Oct 10:12
dada1d7

Choose a tag to compare

What's Changed

  • ci(ci): add concurrency config by @Fdawgs in #220
  • refactor: replace dotenv with Node.js built-in parseEnv by @mcollina in #222

Full Changelog: v6.1.0...v7.0.0

v6.1.0

06 Oct 16:36
1fc2c03

Choose a tag to compare

What's Changed

  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #202
  • chore: rename master to main by @Fdawgs in #203
  • ci(ci): set job permissions by @Fdawgs in #206
  • ci: set permissions at workflow level by @Fdawgs in #207
  • ci: restore job level permissions by @Fdawgs in #208
  • chore(deps-dev): bump fluent-json-schema from 5.0.0 to 6.0.0 by @dependabot[bot] in #209
  • chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #210
  • chore(license): update date ranges; standardise style by @Fdawgs in #212
  • chore(deps): bump dotenv from 16.6.1 to 17.0.0 by @dependabot[bot] in #213
  • chore(.npmrc): ignore scripts by @Fdawgs in #214
  • build(deps-dev): remove @fastify/pre-commit by @Fdawgs in #216
  • feat(index): support customOptions as object by @nicolas-goudry in #215

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

03 Jan 08:58
v6.0.1
68c8e48

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump ajv-formats from 2.1.1 to 3.0.1 by @dependabot in #180
  • chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #181
  • chore(deps-dev): bump fluent-json-schema from 4.2.1 to 5.0.0 by @dependabot in #183
  • chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #184
  • chore(deps-dev): bump @sinclair/typebox from 0.32.35 to 0.33.4 by @dependabot in #185
  • chore(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #186
  • chore(deps-dev): bump @sinclair/typebox from 0.33.22 to 0.34.3 by @dependabot in #188
  • chore: migrate from tap to node:test and c8 by @inyourtime in #189
  • docs(readme): update ci badge syntax by @Fdawgs in #191
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #192
  • chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #193
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #194
  • chore(package): add contribs and funding by @Fdawgs in #195
  • chore: fix linting by @Fdawgs in #196
  • perf(index): use optional chaining by @Fdawgs in #197
  • test: prefix unused params with underscores by @Fdawgs in #198
  • docs(readme): grammar fixes by @Fdawgs in #199
  • chore(package): grammar fix in desc by @Fdawgs in #200

New Contributors

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

v6.0.0

23 Jun 16:06
395907b

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

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

Choose a tag to compare

What's Changed

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

v5.1.1

11 Nov 15:20
b5f5a5c

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

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

Choose a tag to compare

Sorry, botched releases

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

v4.1.1

28 Sep 10:02
e01511f

Choose a tag to compare

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