All Versions
36
Latest Version
Avg Release Cycle
49 days
Latest Release
1737 days ago

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
  • 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 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 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 to PkeyValue 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