PaperTrail v6.0.0 Release Notes

Release Date: 2016-12-03 // over 7 years ago
  • ๐Ÿš… Now with rails 5.1 support, and less model pollution! About 40 methods that were ๐Ÿšš polluting your models' namespaces have been removed, reducing the chances of a name conflict with your methods.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ #898 - Dropped support for rails 3
    • #864 - The model methods deprecated in 5.2.0 have been removed. Use paper_trail.x instead of x.
    • #861 - timestamp_field= removed without replacement. It is no longer configurable. The timestamp field in the versions table must now be named created_at.

    ๐Ÿ—„ Deprecated

    • None

    โž• Added

    • #900 - Support for rails 5.1
    • #881 - Add RSpec matcher have_a_version_with_changes for easier testing.

    ๐Ÿ›  Fixed

    • None