All Versions
36
Latest Version
Avg Release Cycle
49 days
Latest Release
1737 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.3 Changes
April 25, 2020โก๏ธ Update for crystal 0.34.0
-
v0.11.2 Changes
October 31, 2019- ๐ Fix shard version/git tag version mismatch
-
v0.11.1 Changes
September 27, 2019- โก๏ธ Updated for crystal 0.31.0
-
v0.11.0 Changes
September 13, 2019- ๐ Fixed breaking bug
- โก๏ธ Updated all dependencies to latest versions
- โก๏ธ Updated to Crystal 0.30.1
-
v0.10.1 Changes
November 04, 2018- โก๏ธ Update to crystal 0.27.0 - [@drujensen]https://github.com/drujensen
-
v0.10.0 Changes
October 25, 2018- โก๏ธ Updated to crystal 0.26.1
- ๐ Allow defining models without any fields - @jreinert
- Queries in preloads
- Live transactions with
Repo#transaction!
- @jreinert - ๐ Changed model to use
JSON::Serializable
- @jreinert - Fields now correctly compare
nil
- @shiba-hiro - โ Added
Repo#join
method override with string argument - @shiba-hiro - โ Added more
where
andor_where
method signatures - @jreinert - โ Added
int8
andint16
suppoert - @jianghengle - ๐ Improved performance using
String::Builder
to build query strings - @jreinert - โ Added
Repo#get_by
method overloads to use Query objects - @jreinert - Compiler improvements by only including associations when used - @jianghengle
- โก๏ธ Updated to use new crystal time / timezone format - @wontruefree
- โก๏ธ Handle single-column updates for postgres 10.x - @faultyserver
- โ Added
Schema#cast
andSchema#cast!
mass assignment methods - @jreinert - ๐ Fixed has_one preloads - @jreinert
-
v0.9.0 Changes
June 18, 2018- โ Added Crecto logo thanks to @faustinoaq
- โก๏ธ Updated for crystal 0.25.0
-
v0.8.6 Changes
May 28, 2018- ๐ Fixed unique constraint on primary key fields
- ๐ Fixed inserts of records with no primary key
- โก๏ธ README updates @jwoertink
- โ Added more benchmarks
- โก๏ธ Moved to guide on gitbook, updated to simple readme
-
v0.8.5 Changes
April 16, 2018- ๐จ Refactor types and transactions @jreinert
- โ Added some benchmarks vs crystal-db
- โ Added
String
toPkeyValue
to allow for string primary keys in joins @jwoertink - ๐ Allow updating
PkeyValue
from has @helaan
-
v0.8.4 Changes
January 31, 2018- โ Added support for crystal
Logger
- ๐ Fixed Logger support @grig191
- โ Added type cast (non nilable) attributes @jianghengle
- โ Added support for crystal