Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Apr 23, 2023
1 parent 80a8288 commit b0169bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## v1.2.0
### Added
- support for the inverse of polymorphic associations
- warning for unresolvable associations

### Fixed
- error if any polymorphic association in the app has `inverse_of` defined
- thanks to [Richard Nienaber](https://github.com/rjnienaber) for the report
- incomplete deletion of associations that are reached multiple times
- i.e. via multiple routes in the sub-association tree of the given record

## v1.1.0
### Added
- support for polymorphic associations
Expand Down
2 changes: 1 addition & 1 deletion lib/delete_recursively/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeleteRecursively
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit b0169bd

Please sign in to comment.