All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.3 - 2016-11-07
- Fix defining associations on
acting_as
model after callingacting_as
2.0.2 - 2016-11-06
- Call
#touch
onactable
object when it's called on theacting_as
object
2.0.1 - 2016-10-05
- Added this changelog
- Added
touch
option to skip touching theacting_as
object (hzamani#78, thanks to allenwq!)
2.0.0 - 2016-09-14
- Added support for Rails 5 (hzamani#80, thanks to nicklandgrebe!)
- Allow specifying
association_method
parameter (hzamani#72, thanks to tombowo!)
- Dropped support for Ruby < 2.2 and ActiveSupport/ActiveRecord < 4.2
- Fixed
remove_actable
migration helper (hzamani#71, thanks to nuclearpidgeon!)