File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# active_hash Changelog
22
3+ ## Version [ 4.1.0] - <sub ><sup >2026-04-01</sup ></sub >
4+
5+ ### Added
6+
7+ - Add ` Relation#or ` support [ #343 ] ( https://github.com/active-hash/active_hash/pull/343 ) @opsys-saito
8+ - Alias ` Relation#find_each ` and ` Base#find_each ` to ` #each ` [ #333 ] ( https://github.com/active-hash/active_hash/pull/333 ) @DmitryBarskov
9+
10+ ### Fixed
11+
12+ - Fix ` exists? ` to support ids which are strings [ #339 ] ( https://github.com/active-hash/active_hash/pull/339 ) @mtmail
13+ - Fix ` model_name ` availability when using ` ActiveModel::Serialization ` [ #335 ] ( https://github.com/active-hash/active_hash/pull/335 ) @moznion
14+
315## Version [ 4.0.0] - <sub ><sup >2025-07-30</sup ></sub >
416
517### Added
353365 - Setting data to nil correctly causes .all to return an empty array
354366 - Added reload(force) method, so that you can force a reload from files in ActiveFile, useful for tests
355367
356- [ HEAD ] : https://github.com/active-hash/active_hash/compare/v3.4 .0...HEAD
357- [ 3.3.2 ] : https://github.com/active-hash/active_hash/compare/v3.3.1 ...v3.4 .0
368+ [ HEAD ] : https://github.com/active-hash/active_hash/compare/v4.1 .0...HEAD
369+ [ 4.1.0 ] : https://github.com/active-hash/active_hash/compare/v4.0.0 ...v4.1 .0
358370[ 3.3.1 ] : https://github.com/active-hash/active_hash/compare/v3.3.0...v3.3.1
359371[ 3.3.0 ] : https://github.com/active-hash/active_hash/compare/v3.2.1...v3.3.0
360372[ 3.2.1 ] : https://github.com/active-hash/active_hash/compare/v3.2.0...v3.2.1
Original file line number Diff line number Diff line change 11module ActiveHash
22 module Gem
3- VERSION = "4.0 .0"
3+ VERSION = "4.1 .0"
44 end
55end
You can’t perform that action at this time.
0 commit comments