Releases: clio/polymorphic_integer_type
Releases · clio/polymorphic_integer_type
v3.3.0
What's Changed
- Upgrade rails support version to be compatible with 7.2
What's Removed
- Remove unsupported rails versions(5.0, 5.2, 6.0) and ruby version(2.7)
Full Changelog: v3.2.2...v3.3.0
v3.2.2
What's Changed
- Fixed polymorphic_foreign_association_extension.rb to be compatible with other reflection than
has_many
andhas_one
#62
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- Fixed not able proper assigning polymorphic value with
has_many
andhas_one
reflection - Added a
CHANGELOG.md
file - Include
.idea/
folder to .gitignore
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Exlcude github folder from gemspec by @samsarkleio in #52
- handle ruby 3.x keyword arguments delegation by @rcugut in #53
- Updates CI to support Ruby 3+ and Rails v7 by @peerkleio in #58
- Fix gem publish action by @peerkleio in #59 #60
Full Changelog: 3.1.1...v3.2.0
v3.1.1
v3.1.0
What's Changed
- Support for Rails 6.1.4.1 and onward (Until 7) + Supporting CI Changes. by @Aelphaeis in #47
New Contributors
- @samsarkleio made their first contribution in #44
- @Aelphaeis made their first contribution in #47
Full Changelog: v3.0.0...3.1.0
v3.0.0
- Removes Rail 4.2 support
- Adds Rails 6.0 support