Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.85 KB

CHANGES.md

File metadata and controls

65 lines (37 loc) · 1.85 KB

dev

full changelog

0.5.2 / 2020-07-02

full changelog

  • Defer patching of rails base classes for zeitwerk loading

0.5.1 / 2019-07-04

full changelog

  • Check attribute_without_formatting method for current value

0.5.0 / 2019-06-13

full changelog

  • Added exclusive support for 1Rails 5.1 and upwards
  • Renamed record_* methods to memento_record_after_*
  • Fixed generators for Rails 4

0.4.3 / 2014-04-07

full changelog

  • Full Rails 4 compatibility

0.4.2 / 2013-07-19

full changelog

  • Replaced find_by_* calls for compatibility with ActiveRecord 4.0

0.4.1 / 2012-11-01

full changelog

  • Prevent all mass assignment to Memento::Session and Memento::State

0.4.0 / 2012-10-29

full changelog

  • Memento is a Module now, not a Singleton: Use Memento directly and not Memento.instance
  • Memento module is threadsafe now
  • Changed main api: instead of Memento.memento() use Memento.watch() or Memento()
  • Some code cleanup

0.3.7 / 2012-08-13

full changelog

  • Removed usage of ActiveRecord::Base#update_attribute for Rails 3.2.7 compatibility

0.3.6 / 2012-02-06

full changelog

  • Fixed deprecation warning: set_table_name => self.table_name = ...

0.3.5 / 2012-02-06

full changelog

  • Compatiblity with Rails 3.2