crecto v0.5.4 Release Notes

Release Date: 2017-05-20 // almost 7 years ago
    • ๐Ÿšš Moved Crecto to an organization
    • unique parameters in WHERE IN query
    • ๐Ÿ›  fix bug in Query.where, cast params to DbValue @faultyserver
    • Separate nilable/non-nilable accessors for associations @faultyserver
    • Repo#all preloads from opts now
    • ๐Ÿ›  fixed Repo#get! with a Query, was previously breaking