Perpetuity v1.0.1 Release Notes

Release Date: 2015-01-04 // over 9 years ago
    • ๐Ÿ›  Fix bug that broke saving associated objects when declaring the id attribute with Virtus.

Previous changes from v1.0.0

    • Invoke identity map when using mapper.select and mapper.find with a block.
    • When finding objects with an array of ids, if they are all contained in the identity map, we don't issue a query.
    • ๐Ÿ‘ Allow indexes on multiple attributes.
    • โž• Add support to Perpetuity::RailsModel for ActiveModel's human class method.