Releases: alexmarqs/zod-config
Releases · alexmarqs/zod-config
v0.1.1
What's Changed
- Only merge obviously record-like objects by @Lordfirespeed in #16
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- fix typo & allow
null
values to overwrite by @Lordfirespeed in #14 (When combining multiple adapters, null values from subsequent adapters will override existing values. This behavior can be used intentionally to reset configuration values)
Full Changelog: v0.0.6...v0.1.0
v0.0.6
v0.0.5
v0.0.4
New features added:
Thanks to @Lordfirespeed for the contribution / ideas!
v0.0.3
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!