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.
- ๐ Fix bug that broke saving associated objects when declaring the
Previous changes from v1.0.0
-
- Invoke identity map when using
mapper.select
andmapper.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'shuman
class method.
- Invoke identity map when using