Skip to content

v0.31.0

Compare
Choose a tag to compare
@stephenafamo stephenafamo released this 26 Mar 22:26
· 38 commits to main since this release

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

Full Changelog: v0.30.0...v0.31.0