Skip to content

Releases: martinthenth/goal

v1.2.0

13 Dec 22:20
Compare
Choose a tag to compare

v1.1.2

29 Nov 20:43
Compare
Choose a tag to compare
  • Fixes a bug when using {:array, :map} with rules where the rules are ignored (#115).

v1.1.1

16 Nov 12:39
477e3f8
Compare
Choose a tag to compare
  • Fixes a regression where :map without rules returns an empty map instead of the user's input (#112)

v1.1.0

17 Oct 13:45
Compare
Choose a tag to compare

v1.0.2

21 Aug 21:51
ba88286
Compare
Choose a tag to compare
  • Fixes a compatibility issue introduced with Ecto 3.12 (#103 - by @deolivtiago)

v1.0.1

27 Jun 19:13
Compare
Choose a tag to compare

v1.0.0

18 Jun 20:52
Compare
Choose a tag to compare

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:

  1. 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

10 May 22:43
81baa24
Compare
Choose a tag to compare
  • Fixes a bug with validations for negative numbers (#88 - by @Joraeuw)

v0.3.2

21 Mar 18:21
0b2764b
Compare
Choose a tag to compare
  • Adds support for custom regexes via the application config.

v0.3.1

20 Jun 17:27
b9641e4
Compare
Choose a tag to compare
  • Adds support for recasing inbound keys in changeset/3