Skip to content

Releases: amberframework/granite

v0.23.3

26 Oct 18:46
faa7ea2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.2...v0.23.3

v0.23.2

13 Aug 16:54
Compare
Choose a tag to compare

What's Changed

  • update crystal-db and related dev dependencies by @pan in #468
  • upgrade ameba to v1.3.1 which requires crystal v1.6 by @pan in #469
  • add #next_column_index to db mocker by @pan in #470
  • Merge fork with enhancements/fixes by @kalinon in #456
  • Add to docs by @richardhp in #446
  • add support for foreign key converters by @repomaa in #438
  • fix build_find_by_clause for bool values by @kalinon in #455
  • Add context to RecordNotSaved/RecordNotDestroyed error messages by @pyrsmk in #452
  • Add a check to ensure created_at and updated_at are Time by @kalinon in #454
  • Update spec tests and add ghaction by @kalinon in #474
  • Feature: Read replica support by @a-alhusaini in #476

New Contributors

Full Changelog: v0.23.1...v0.23.2

v0.23.1

24 May 14:55
3f1f236
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.23.1

Latest database drivers

22 Feb 04:10
Compare
Choose a tag to compare

This updates mysql and sqlite drivers to the latest versions

Support Crystal 0.36.x

22 Feb 04:09
Compare
Choose a tag to compare

This change supports Crystal 0.36.x. Thanks to @bcardiff for your contribution.

Crystal 0.35.0 Support & Some Bug Fixes

11 Jul 22:06
7230928
Compare
Choose a tag to compare

v0.21.0

27 May 21:36
Compare
Choose a tag to compare

Support Crystal 0.32.1

22 Jan 18:54
ea3a3c7
Compare
Choose a tag to compare

v0.18.0

03 Oct 19:22
Compare
Choose a tag to compare

Handle string conversion and errors

17 Aug 18:44
Compare
Choose a tag to compare

e2784bf Handle string conversion & conversion errors (#357) by @Blacksmoke16