PaperTrail v10.1.0 Release Notes

Release Date: 2018-12-04 // over 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ—„ Deprecated

    • #1158 - Passing association name as versions: option or Version class name as class_name: options directly to has_paper_trail. Use has_paper_trail versions: {name: :my_name, class_name: "MyVersionModel"} instead.

    โž• Added

    • #1166 - New global option has_paper_trail_defaults, defaults for has_paper_trail
    • #1158 โ€” Add the ability to pass options, such as scope or extend: to the has_many :versions association macro.
    • #1172 - Support rails 6.0.0.alpha

    ๐Ÿ›  Fixed

    • None