Skip to content

Releases: amberframework/granite

Add find_by method

22 Jan 03:46
Compare
Choose a tag to compare

Added find_by method that is similar to the rails method.

Support Crystal 0.20.3

30 Dec 03:58
Compare
Choose a tag to compare
v0.3.0

Support Crystal 0.20.3

Support Crystal 0.20.1

10 Dec 02:03
Compare
Choose a tag to compare
v0.2.7

support 0.20.1

Fix Schema Query

04 Dec 00:48
Compare
Choose a tag to compare
v0.2.6

fix schema query

Fix bug in migrations

03 Dec 16:22
Compare
Choose a tag to compare

The migration needed to select the current database. If there happened to be another table with the same name in a different database, the query was returning those fields as well.

Support find for other fields

26 Nov 02:55
Compare
Choose a tag to compare

Adds an optional parameter in the find method that allows you to select which field to search.

Post.find("name to search", "name")

Support Crystal 0.20.0

23 Nov 16:07
Compare
Choose a tag to compare
v0.2.3

support crystal 0.20.0

Add Kemalyst Validators

17 Nov 04:40
Compare
Choose a tag to compare
v0.2.2

fix bug in inherited

Cleanup Code

05 Nov 20:56
Compare
Choose a tag to compare

Moved the execution of the queries into the adapters.

Support Crystal DB Drivers

03 Nov 20:34
Compare
Choose a tag to compare

This release is a complete rewrite to support the new Crystal DB Drivers. Crystal 0.19.4 is supported by this new release.