Skip to content

v0.7.0

Compare
Choose a tag to compare
@vladfaust vladfaust released this 10 Mar 19:26
· 31 commits to master since this release
v0.7.0

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 🏭

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 🔧

Patrons 🕊