Releases: luckyframework/avram
Releases · luckyframework/avram
v0.19.0
v0.18.0
v0.17.0
See CHANGELOG notes on https://github.com/luckyframework/lucky
v0.16.1
v0.16.0
v0.13.1
v0.13.0
v0.12.1
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 custombefore_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
added Crystal 0.31 support with help from @bcardiff