Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# CHANGELOG
## [v0.2.0]
### Added
- `embeds_one` - support embedding a single map
- `embeds_many` - support embedding list of maps
**Note** - You can always use `{:map, :string}` or `{:array, :map}` as field type if you don't care about validation for the embedded fields.
### Changed
- Use converted params to ensure consistency of map keys
## [v0.1.1]
### Added
- Implement validator callback
## [v0.1.0]
- Added all the things