- Dropped support for Ruby < 3 and Rails < 6.1
- Add support for Rails 7
- Fixed index_on issue.
- Supported unique partial index.
- Changed generator definition. Now it also accepts
flag_name
,owner_key
. - Handled
force_primary
inafter_create
callback. - Refactored the code.
- Added support for single model with no association.
- Fixed polymorphic association issue as it was not working properly.