What's Changed
- forward meta options on format types by @phcurado in https://github.com/phcurado/zoi/pull/152
Full Changelog: https://github.com/phcurado/zoi/compare/v0.17.0...v0.17.1
Unclaimed project
Are you a maintainer of zoi? Claim this project to take control of your public changelog and roadmap.
Changelog
Zoi is a schema validation library for Elixir, designed to provide a simple and flexible way to define and validate data
Last updated 10 days ago
Simple, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
A self-hosted data logger for your Tesla 🚘 [main maintainer=@JakobLichterfeld]
A toolkit for data mapping and language integrated query.
Automate code & data workflows with interactive Elixir notebooks
Full Changelog: https://github.com/phcurado/zoi/compare/v0.17.0...v0.17.1
Zoi.map/2, Zoi.object/2, Zoi.keyword/2, and Zoi.struct/3 by @phcurado in https://github.com/phcurado/zoi/pull/146 and https://github.com/phcurado/zoi/pull/147
this new option supports:
:strip (default) - removes unrecognized keys from the output:error - returns an error when unrecognized keys are present:preserve - k...Full Changelog: https://github.com/phcurado/zoi/compare/v0.16.0...v0.16.1
Zoi.pid/1 type for validating pid valuesZoi.module/1 type for validating module valuesZoi.reference/1 type for validating reference valuesZoi.port/1 type for v...