PaperTrail v12.1.0 Release Notes
Release Date: 2021-08-30 // over 1 year ago-
💥 Breaking Changes
- None
➕ Added
- #1292 -
where_attribute_changes
queries for versions where the object's attribute changed to or from any values. - #1291 -
where_object_changes_to
queries for versions where the object's attributes changed to one set of known values from any other set of values.
🛠 Fixed
- #1285 -
For ActiveRecord >= 6.0, the
touch
callback will no longer create a newVersion
for skipped or ignored attributes. - #1309 -
Removes
item_subtype
requirement when specifying model-specific limits. - #1333 -
Improve reification of STI models that use
find_sti_class
/sti_class_for
to customize single table inheritance.