Skip to content

Releases: luckyframework/avram

v0.19.0

06 Feb 21:34
Compare
Choose a tag to compare

View the CHANGELOG on Lucky for changes

v0.18.0

18 Dec 16:10
Compare
Choose a tag to compare

View the CHANGELOG on Lucky for changes.

v0.17.0

05 Sep 20:23
Compare
Choose a tag to compare

v0.16.1

07 Jul 21:28
Compare
Choose a tag to compare

This patch release reverts the db.create task attempting to connect before running.

v0.16.0

27 Jun 03:37
Compare
Choose a tag to compare

View the Lucky CHANGELOG for release notes.

v0.13.1

13 Apr 18:04
0509eea
Compare
Choose a tag to compare

This release adds support for crystal-pg 0.21.0

v0.13.0

09 Apr 17:35
Compare
Choose a tag to compare

This release includes lots of new features and fixes. View the CHANGELOG on Lucky to learn more

v0.12.1

16 Oct 16:58
022406e
Compare
Choose a tag to compare

This release adds in some bug fixes:

  • Fix record deletion when primary key is UUID
  • Fixes when you set a default value on an array column to an empty array
  • Adds in cast from Int64 to Int32 with Overflow catch
  • Fixes SaveOperation with UUID primary key id being set if there's custom before_save callbacks.
  • Fixes SaveOperation validate required attributes when custom before_save callbacks are added.

Also added 2 new methods:

  • Adds reset_limit for Query objects
  • Adds reset_offset for Query objects

v0.12.0-rc1

24 Sep 18:52
Compare
Choose a tag to compare
v0.12.0-rc1 Pre-release
Pre-release
added Crystal 0.31 support with help from @bcardiff