All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
2086 days ago
Changelog History
Changelog History
-
v0.9.0 Changes
August 13, 2019 -
v0.8.1 Changes
June 09, 2019β‘οΈ Dependency Updates π¦
- 5c46c6d crystal 0.28.0 β 0.29.0
-
v0.8.0 Changes
April 20, 2019 -
v0.8.0-rc.1
April 20, 2019 -
v0.7.3 Changes
April 20, 2019π New Features β¨
- f41f9e6
#db
can beDB::Database
orDB::Connection
@ Repository
- f41f9e6
-
v0.7.2 Changes
April 16, 2019π New Features β¨
- 4d62b41 add BulkQuery (closes #82)
- 208870a add
.table
class method @ Model (closes #89) - 3772489 custom message
NilAssertionError
in bang accessors @ Schema (closes #91) - e1b899c
NilAssertionError
with message @ Model#update
π Bug Fixes π
- π 0ddf13d properly resolve alias variable types (fixes #85)
- f5b667f
#wherish
acceptsEnumerable
params @ Query (fixes #86) - 07728a2
pkey
hasdefault: true
@ Schema - b5d741e unprotect
def_hash
@ Model - 24110a5 raise earlier if key is not found @ Query#set
- ed4323b raise on foreign reference update attempt @ Query#set
- 2b7db58 do not update foreign references @ Model#update
π± Infrastructure π
- 7399cd5 trigger dependant builds @ CI
π¨ Refactoring π
- 028c141 change some compiler error messages
Specs π¦
- d4860a4 add deletion to db specs
-
v0.7.1 Changes
March 17, 2019 -
v0.7.0 Changes
March 10, 2019π New Features β¨
- π₯ cd8c676 β οΈ breaking
not_null
option for fields and references (closes #69) - π₯ (Query) b0cd32d β οΈ breaking select
*
by default (closes #73) - (Query) 34d2a0e increased type-safety
- (Query) 473d741 add
select(nil)
method (closes #78) - (Query) 6358068 add explicit
#insert(name, value)
method (closes #77) - 9799e94 bang getters to unsafely access variables
π± Deletions π
- π₯ (Query) f0d60b2 β οΈ breaking
#first
and#last
shortcuts
π Bug Fixes π
- β‘οΈ (Model::Changeset) 1fce652 disallow updating foreign references (fixes #72)
- eeea14d use full paths to Model module in enums
π± Infrastructure π
- (CI) d995477 add stable branch
π Documentation π
- a129775 improve references to objects
- (README) 3acc9e6 simplify
- π (README) b778d26 add Documentation section
π¨ Refactoring π
- π (Mapping) 94e7939 move checking enumerables to #initialize
- π (Query) 84d215f remove redundant check
π± Chores π§
- 0e21420 improve error messages
π± Patrons π
- 02a73a5 add Dainel Vera
- π₯ cd8c676 β οΈ breaking
-
v0.6.2 Changes
February 20, 2019π Bug Fixes π
- 0οΈβ£ (Model) d19ea13 allow default values in schema
-
v0.6.1 Changes
February 17, 2019π Bug Fixes π
- π (Infrastructure) 0b5b0ca move deploy to separate build stage