spec/2
- helper callback function to build custom changesets
- Fixed documentation for custom inline validator
- Extend support for custom inline validator
- Added
.formatter.exs
to package
- Fix embeds_many
- Fix return values for embedded map or array of maps
- Improve docs
- Simplify
spec
defaults - Refactor function organization
- Fixes embeds callback
embeds_one
- support embedding a single mapembeds_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.
- Use converted params to ensure consistency of map keys
- Implement validator callback
- Added all the things