v0.31.0
Added
- Added support for libSQL. (thanks @mbezhanov)
- Added support for declaring types inside the models package. (thanks @jacobmolby)
Changed
- Generates error constants with unique indexes instead of unique constraints. (thanks @tlietz)
Fixed
- Used
Equal
method for comparing decimals. (thanks @jalaziz) - Update
golang.org/x/mod
dependency to enable parsing of Go 1.23 modules. (thanks @m110)
New Contributors
- @tlietz made their first contribution in #360
- @jalaziz made their first contribution in #374
- @m110 made their first contribution in #358
Full Changelog: v0.30.0...v0.31.0