Skip to content

Releases: Crecto/crecto

v0.12.1, 2021-08-27

27 Aug 15:23
Compare
Choose a tag to compare
  • Fixed multi error checking, thanks @hutou
  • Fixed installing via shards command

v0.12.0, 2021-06-11

11 Jun 20:43
Compare
Choose a tag to compare
  • Update for crystal 1.0

v0.11.3, 2020-04-25

25 Apr 15:55
Compare
Choose a tag to compare

Update for crystal 0.34.0

v0.11.2, 2019-11-01

01 Nov 15:19
Compare
Choose a tag to compare
  • Fix shard version/git tag version mismatch

v0.11.1, 2019-09-27

27 Sep 14:18
Compare
Choose a tag to compare
  • Updated for crystal 0.31.0

v0.11.0, 2019-09-13

13 Sep 18:02
Compare
Choose a tag to compare
  • Fixed breaking bug
  • Updated all dependencies to latest versions
  • Updated to Crystal 0.30.1

v0.10.1, 2018-11-3

04 Nov 01:38
0507925
Compare
Choose a tag to compare

v0.10.0, 2018-10-25

25 Oct 17:40
813ccdf
Compare
Choose a tag to compare
  • 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 and or_where method signatures - @jreinert
  • Added int8 and int16 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 and Schema#cast! mass assignment methods - @jreinert
  • Fixed has_one preloads - @jreinert

v0.9.0, 2018-6-20

20 Jun 14:17
Compare
Choose a tag to compare
  • Added Crecto logo thanks to @faustinoaq
  • Updated for crystal 0.25.0

v0.8.6, 2018-05-28

28 May 16:43
Compare
Choose a tag to compare
  • 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