All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
562 days ago
Changelog History
Changelog History
-
v0.8.0-rc.1
April 20, 2019 -
v0.7.2
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.0
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