Releases: active-hash/active_hash
Releases · active-hash/active_hash
v3.3.1
Version [3.3.1] - 2024-05-03
Fixed
- Fix
hash_many :through
associations which specify a scope. #306 @sontixyou
v3.3.0
Version [3.3.0] - 2024-04-30
Added
- Ruby 3.3 support #298 @m-nakamura145
- Support
has_many :through
associations #296 @flavorjones - Rails 7.1 support #291 @y-yagi
Fixed
- Rails 7.1: fix sqlite3 issue #303 @flavorjones
- Rails 7.1.3: add missing
has_query_constraints?
#300 @flavorjones Array#pluck
supports methods #299 @iberianpig- Prefer
safe_constantize
overconstantize
#297 @flavorjones - Treat
nil
andblank?
as different values #295 @kbrock - Fix
#where
for string keys #292 @usernam3
v3.2.1
Version 3.2.1
Added
- Improve
pp
output forActiveHash::Relation
. #288 @flavorjones
Fixed
- Fix relation matching when attribute name collides with a method. #281 @flavorjones
- Fix association reflection in applications that don't use ActiveHash::Associations. #286 @iberianpig
- Fix
ActiveHash::Relation#method_missing
and#respond_to_missing?
without scopes. #278 @julianrubisch
v3.2.0
- Add Ruby 3.2 to the CI matrix #275 @petergoldstein
- Handle default value of
false
#274 @ihollander - Run CI only one time per commit #273 @flavorjones
- Rails 7 support #272 @flavorjones
- Avoid interfere with AR's belongs_to arguments. #270 @koyo-miyamura
- Fix broken #pluck method with 3+ attrs specified #269 @h6ah4i
- Fix relations for Rails 7 support, and not modifying conditions #268 @pfeiffer
- docs: Remove the string 'F' #264 @tbotaq
- Show example using regex in where query #263 @scottharvey
- Improve performance of exists? #262 @ise-tang
- Remove redundant ActiveRecord version check #260 @yujideveloper
- Fix deprecation warnings #259 @yujideveloper
- Fix rspec config when SKIP_ACTIVE_RECORD enabled #258 @yujideveloper
- isolate tests with temporary classes #256 @machisuke
- Avoid ActiveRecordExtensions affects AR's belongs_to method. #255 @machisuke
- add option to disable erb parsing #202 @reedlaw
- add collection singular ids for associations #237 @1160054
- Fix the thread-safe spec for the updated cities fixture @adampal
- Add thread-safety to ActiveFile #229 @dmitriy-kiriyenko