Releases: bamorim/typed_ecto_schema
Releases · bamorim/typed_ecto_schema
0.4.1
- Update the docs to suggest using
runtime: false
on installation (#22)
- Fix compilation issue with Ecto 3.8 (#27)
Thanks @dvic again and thanks @s3cur3 for your first contribution ❤️
0.4.0
- feat: source override and custom field-generating macros support and remove compile time deps (#18)
- fix: compile error when using embeds_many without options (#23)
0.3.0
- Proper support for
@foreign_key_type
(#14)
0.2.0
- Support for
Ecto.Enum
#8
- Support for
many_to_many
associations #9