Packages

StructConstructor allows you to declare structs using Ecto.Schema and generate constructor functions that will take care of coercion and handling various input formats (maps, keyword lists with string or atom keys).

Current section

Files

Jump to
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.2.0]
### Added
- Support for Ecto 3.0
### Removed
- Support for Elixir 1.4
## [0.1.1]
### Fixed
- Fix crash on using `embeds_many` schemas
## [0.1.0]
Initial release
[0.2.0]: https://github.com/salemove/struct_constructor/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/salemove/struct_constructor/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/salemove/struct_constructor/tree/v0.1.0