Lean::Attributes v0.2.0 Release Notes

Release Date: 2015-09-18 // over 8 years ago
  • ➕ Added

    • ➕ Adds content to README.md
    • ➕ Adds comprehensive YARD documentation
    • ➕ Adds #attributes method to return attribute values as a hash

    🔄 Changed

    • Renames generated coercion methods from coerce_<attribute>_to_<type> to coerce_<attribute>
    • Lean::Attribute::CoercionHelpers is no longer an included module but a utility for precompiling coercion methods

    🛠 Fixed

    • 🛠 Fixes a bug where Time attributes would be improperly parsed to January 1st
    • 🛠 Fixes a bug where coercion methods were not being called as documented