Skip to content

Releases: rubysherpas/paranoia

v2.6.3

11 Oct 19:52
72a03f1
Compare
Choose a tag to compare

v2.6.2 - Recursive restore with has_many/one through assocs (#441)

05 Jun 20:37
33e433a
Compare
Choose a tag to compare

v2.6.1: skip updating paranoia_destroy_attributes for records while really_de…

15 Nov 23:12
09e3a9f
Compare
Choose a tag to compare

v2.6.0

23 Mar 06:11
Compare
Choose a tag to compare

2.6.0

  • #512 Quote table names; Mysql 8 has keywords that might match table names which cause an exception.
  • #476 Fix syntax error in documentation.
  • #485 Rollback transaction if destroy aborted.
  • #522 Add failing tests for association with abort on destroy.
  • #513 Fix create callback called on destroy.

v2.5.3

23 Mar 03:16
Compare
Choose a tag to compare

2.5.3

v2.5.2

02 Feb 02:16
Compare
Choose a tag to compare

2.5.2

v2.5.1 - gets deletion time from paranoia_column

19 Jan 07:40
b6b5167
Compare
Choose a tag to compare
gets deletion time from paranoia_column (#481)

v2.5.0 - Support for Rails 7

19 Jan 07:39
06af260
Compare
Choose a tag to compare
Add 2.5.0 updates to CHANGELOG (#521)

v2.4.3

16 Dec 07:23
03d0779
Compare
Choose a tag to compare

Includes support for Rails 6.1.

v2.3.1

27 Apr 23:00
v2.3.1
Compare
Choose a tag to compare
  • #397 Bump active record max version to support 5.1 final