Releases: phcurado/parameter
Releases · phcurado/parameter
v0.12.0
What's Changed
- Unify schema compiler for macro and functional API.
- Renamed
Any
module toParameter.Types.AnyType
to fix elixir warnings. - Fix
load
,dump
andvalidate
functions to correctly parse Enum values in nested schema. - Default options for nested schema is now available.
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Replace has_one and has_many nested types as map and array composite types. by @phcurado in #29
- add ignore_empty option for ignoring parameters with a empty string by @phcurado in #31
- deprecate enum value with the 'as' key by @phcurado in #32
- Bump excoveralls from 0.15.1 to 0.15.2 by @dependabot in #28
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Extra option
ignore_nil
forload/2
anddump/2
functions. - New
array
type. - Support for nested type on
map
andarray
. - Improved code test coverage to 100%.
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
What's Changed
- Bump ex_doc from 0.29.0 to 0.29.1 by @dependabot in #21
- Bump excoveralls from 0.15.0 to 0.15.1 by @dependabot in #22
- fix min/max length validator by @phcurado in #23
- Runtime schema by @phcurado in #24
Full Changelog: v0.7.1...v0.8.0