Releases: martinthenth/goal
Releases · martinthenth/goal
v1.2.0
v1.1.2
v1.1.1
v1.1.0
- Adds support for enum arrays (#107 - by @davorbadrov)
v1.0.2
- Fixes a compatibility issue introduced with Ecto 3.12 (#103 - by @deolivtiago)
v1.0.1
- Export formatting rules for macros without parens (#99 - by @nelsonmestevao)
v1.0.0
Changelog:
- Graduates the library to version 1.0.0 🎉
- Adds support for passing attribute tags to the schema
- Removes the custom types inside the macro because they can conflict with user-defined types
- Adds benchmarks script and results to the documentation
Migration instructions:
- If you used Goal's types that were included in the macro:
a. Replace those types with your own types.
b. The compiler will let you know if there are were any references.
v0.3.3
v0.3.2
- Adds support for custom regexes via the application config.
v0.3.1
- Adds support for recasing inbound keys in
changeset/3