Perpetuity v1.0.0 Release Notes

Release Date: 2014-08-16 // over 9 years ago
    • 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.