Notable changes to this project will be documented in this file.
- Update Travis CI configuration (#137, by Matijs van Zuijlen).
- Add predicate to check if record was soft deleted or hard deleted (#136, by Aymeric Le Dorze).
- Add support for recover! method (#75, by vinoth).
- Fix a record being dirty after destroying it (#135, by Aymeric Le Dorze).
- Prevent recovery of non-deleted records (#133, by Mary Beliveau and Valerie Woolard)
- Allow model to set
table_nameafteracts_as_paranoidmacro (#131, by Alex Wheeler). - Make counter cache work with a custom column name and with optional associations (#123, by Ned Campion).
- Add support for Rails 6 (#124, by Daniel Rice, Josh Bryant, and Romain Alexandre)
- Add support for incrementing and decrementing counter cache columns on associated objects (#119, by Dimitar Lukanov)
- Add
:double_tap_destroys_fullyoption, with defaulttrue(#116, by Michael Riviera). - Officially support Ruby 2.6 (#114, by Matijs van Zuijlen).
(To be added)