Skip to content

Releases: fastify/env-schema

v3.5.1

19 Dec 17:55
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#94)
  • chore(deps-dev): bump tsd from 0.17.0 to 0.19.0 (#95)
  • chore(deps): bump fastify/github-action-merge-dependabot (#98)
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#99)
  • build(dependabot): ignore minor and patch github-actions updates (#96)
  • chore(deps): bump fastify/github-action-merge-dependabot (#100)
  • fix: typed customOptions in EnvSchemaOpt.ajv (#97) (#102)

v3.5.0

07 Nov 14:43
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#88)
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#90)
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#91)
  • feat: Ajv enhance via customOptions (#93)

v3.4.0

09 Sep 14:29
Compare
Choose a tag to compare

What's Changed

  • add expandEnv to typescript definition, update README by @bwyx in #86

New Contributors

  • @bwyx made their first contribution in #86

Full Changelog: v3.3.0...v3.4.0

v3.3.0

14 Aug 03:26
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#80)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#81)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#82)
  • chore(deps): bump fastify/github-action-merge-dependabot (#83)
  • feat: envSchema allows specifying return type (#85)

v3.2.0

03 Aug 07:26
Compare
Choose a tag to compare

📚 PR:

  • fix missing version published
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#77)
  • Use Ajv.errorsText instead of custom error message (#79)

v3.1.0

12 Jul 11:06
83c72c8
Compare
Choose a tag to compare

📚 PR:

  • chore(gitignore): use latest github ignore template (#45)
  • ci: add matrix.os array to test on other os (#47)
  • chore: upgrade ajv to latest released version 8 (#49)
  • feat: move to tap15 (#56)
  • docs(readme): minor grammatical fixes (#58)
  • ci: add nodejs v16 to test matrix (#59)
  • chore(deps): bump dotenv from 8.6.0 to 9.0.0 (#60)
  • chore(deps-dev): bump fluent-json-schema from 2.0.5 to 3.0.0 (#61)
  • chore(deps): bump actions/checkout from 2 to 2.3.4 (#64)
  • chore(deps): bump dotenv from 9.0.2 to 10.0.0 (#65)
  • chore(deps): bump fastify/github-action-merge-dependabot (#66)
  • chore(deps-dev): bump tsd from 0.14.0 to 0.16.0 (#67)
  • chore(deps): bump fastify/github-action-merge-dependabot (#68)
  • chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 (#69)
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#73)
  • chore(deps): bump fastify/github-action-merge-dependabot (#74)
  • chore(deps): bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#75)
  • Implement support for user supplied ajv instances (#76)

v3.0.1

07 Mar 10:39
Compare
Choose a tag to compare

📚 PR:

  • fix: register separator keyword as array (#44)

v3.0.0

05 Mar 10:48
Compare
Choose a tag to compare

📚 PR:

  • Bump actions/setup-node from v2.1.4 to v2.1.5 (#38)
  • Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 (#41)
  • chore: migrate fluent-schema to fluent-json-schema (#42)
  • Bump fastify/github-action-merge-dependabot from v1.2.0 to v1.2.1 (#43)
  • chore: upgrade ajv to the latest version 7 release (#40)

v2.1.0

12 Feb 18:27
Compare
Choose a tag to compare

📚 PR:

  • Bump snazzy from 8.0.0 to 9.0.0
  • Bump dotenv from 7.0.0 to 8.2.0
  • Bump fluent-schema from 0.8.0 to 1.1.0
  • Merge pull request #23 from fastify/951ddependabot/npm_and_yarn/snazzy-9.0.0
  • Bump tap from 12.7.0 to 14.11.0
  • Merge pull request #25 from fastify/e5d5dependabot/npm_and_yarn/dotenv-8.2.0
  • Merge pull request #26 from fastify/6b5fdependabot/npm_and_yarn/fluent-schema-1.1.0
  • Merge pull request #27 from fastify/2416dependabot/npm_and_yarn/tap-14.11.0
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #24 from fastify/ca03dependabot/npm_and_yarn/tsd-0.14.0
  • Bump actions/setup-node from v1 to v2.1.4
  • Merge pull request #32 from fastify/abf2dependabot/github_actions/actions/setup-node-v2.1.4
  • feat: add stale (#18)
  • Set ajv option allErrors: true (#19)
  • Added dependabot and automated action (#20)
  • Update standard to v16. (#28)
  • chore: update docs and ci (#30)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.1.1 (#31)
  • docs(readme): sentence restructuring (#35)
  • Feature expand vars (#36)

v2.0.1

19 Oct 13:19
Compare
Choose a tag to compare

📚 PR:

  • Adds missing exports (infamous triplet)
  • Merge pull request #17 from fox1t/master