crecto v0.5.4 Release Notes
Release Date: 2017-05-20 // over 6 years ago-
- ๐ Moved Crecto to an organization
- unique parameters in
WHERE IN
query - ๐ fix bug in
Query.where
, cast params toDbValue
@faultyserver - Separate nilable/non-nilable accessors for associations @faultyserver
- Repo#all preloads from
opts
now - ๐ fixed Repo#get! with a
Query
, was previously breaking