core v0.7.0 Release Notes

Release Date: 2019-03-10 // about 5 years ago
  • 🆕 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 🕊