Skip to content

Releases: bamorim/typed_ecto_schema

0.4.1

28 Apr 09:19
ff299c7
Compare
Choose a tag to compare
  • 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

23 Mar 18:19
14becde
Compare
Choose a tag to compare
  • 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

02 Aug 22:18
Compare
Choose a tag to compare
  • Proper support for @foreign_key_type (#14)

0.2.0

25 Feb 15:07
0b69047
Compare
Choose a tag to compare
  • Support for Ecto.Enum #8
  • Support for many_to_many associations #9