All Versions
36
Latest Version
Avg Release Cycle
49 days
Latest Release
1140 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