Releases: Crecto/crecto
Releases · Crecto/crecto
v0.12.1, 2021-08-27
- Fixed multi error checking, thanks @hutou
- Fixed installing via shards command
v0.12.0, 2021-06-11
- Update for crystal 1.0
v0.11.3, 2020-04-25
Update for crystal 0.34.0
v0.11.2, 2019-11-01
- Fix shard version/git tag version mismatch
v0.11.1, 2019-09-27
- Updated for crystal 0.31.0
v0.11.0, 2019-09-13
- Fixed breaking bug
- Updated all dependencies to latest versions
- Updated to Crystal 0.30.1
v0.10.1, 2018-11-3
- Update to crystal 0.27.0 - [@drujensen]https://github.com/drujensen
v0.10.0, 2018-10-25
- 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, 2018-6-20
- Added Crecto logo thanks to @faustinoaq
- Updated for crystal 0.25.0
v0.8.6, 2018-05-28
- 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