Amberframework Granite Versions Save

ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.

v0.23.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/amberframework/granite/compare/v0.23.2...v0.23.3

v0.23.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/amberframework/granite/compare/v0.23.1...v0.23.2

v0.23.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amberframework/granite/compare/v0.23.0...v0.23.1

v0.22.1

3 years ago

This updates mysql and sqlite drivers to the latest versions

v0.22.0

3 years ago

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

v0.21.1

3 years ago
  • 9c30762 Define @@setter with class_getter (#405) by @Blacksmoke16
  • 310957b Support Crystal 0.35.0 (#406) by @drujensen
  • 9f03488 Fix infinity loop (#409) by @OpakAlex
  • 7230928 Bump Granite, Crystal, and Ameba versions (#412) by @Blacksmoke16

v0.21.0

3 years ago
  • b225462 Support custom queries in builder (#403) by @Serdnad
  • af36d1e Add a to_json method for Granite::Error (#401) by @3n-k1
  • 1daaa35 Fix read_attribute, see #396 (#397) by @msa7
  • 536a9b4 Fix #394 by stripping the module name from the table name (#395) by @3n-k1
  • 3d849eb Fix: Ensure Granite::Error#to_s returns string (#386) by @akadusei
  • 2dee196 Add empty "else" statement for compatibility with Crystal 0.34.0 (#399) by @MrSorcus
  • fde10ca Replace deprecated Logger via Log. (#398) @MrSorcus

v0.19.0

4 years ago
  • 505a779 Update CI/deps to support Crystal 0.32.1 (#377) @Blacksmoke16
  • 55f11af Handle false when a column has a default value (#374) @Blacksmoke16
  • cbf7669 Allow #update to set column to nil (#369) @Blacksmoke16

v0.18.0

4 years ago
  • 59801de Update to crystal-db ~> 0.7.0 (#363) @bcardiff
  • f05db3a Allow enums to be used within #to_h (#359) @Blacksmoke16 9e05dd7 Bump Crystal version in the Dockerfile (#366)

v0.17.2

4 years ago

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