Skip to content

Releases: alexmarqs/zod-config

v0.0.6

03 Oct 21:58
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @joschi made their first contribution in #9

Full Changelog: v0.0.5...v0.0.6

v0.0.5

22 Jul 16:24
Compare
Choose a tag to compare

What's new?

  • Use async parsing to support async operations in the schema

v0.0.4

05 Jul 15:14
Compare
Choose a tag to compare

New features added:

Thanks to @Lordfirespeed for the contribution / ideas!

v0.0.3

01 Jun 14:37
Compare
Choose a tag to compare

New features added:

  • Custom Logger - you can provide now a custom logger to be used to log messages. By default, it uses console as before.
  • Silent Mode - you can use the silent flag in the adapters to avoid logging a warning if they failed.

Thanks to @Pfeifenjoy for the contribution / ideas!

v0.0.2

04 Feb 17:57
Compare
Choose a tag to compare
  • Add new built in adapter: dotenv adapter;
  • Improvements;

v0.0.1

28 Jan 16:59
Compare
Choose a tag to compare

First release 🥳

  • Basic functionalities and some built in adapters (JSON and ENV);