Releases: shioyama/mobility
Releases · shioyama/mobility
1.3.2
25 Jan 01:52
Compare
Sorry, something went wrong.
No results found
1.3.1
01 Dec 04:32
Compare
Sorry, something went wrong.
No results found
Use classify to generate table name (#634 ), thanks divanburger !
Fix select + count in ActiveRecord 8 (#659 )
1.3.0
30 Nov 03:52
Compare
Sorry, something went wrong.
No results found
NOTE: Includes potentially backwards-incompatible changes for jsonb/hstore backends. See: #535
Other changes since rc3:
Only support ActiveRecord >= 7.0
Allow I18n.available_locales to contain Strings (#612 )
Update CI config, add support for Rails 8 (#653 ), thanks d-rodriguez !
Fix broken count statements in Active Record 8.0 (#655 ), thanks jukra !
1.3.0.rc3
31 Mar 08:58
Compare
Sorry, something went wrong.
No results found
Don't try to load generators if Rails is loaded but AR is not (#627 ), thanks flop !
Allow compound foreign keys (#632 ), thanks mival !
Fix active model *_previously_changed? and active record will_save_change_to_*? and saved_change_to_*? dirty methods to accept kwargs (#639 ) thanks doits !
1.3.0.rc2
20 Mar 09:05
Compare
Sorry, something went wrong.
No results found
Pass coder as keyword argument to serialize (ActiveRecord version > 7.1) (#617 )
1.3.0.rc1
28 Mar 07:22
Compare
Sorry, something went wrong.
No results found
This version includes potentially breaking changes for jsonb and hstore backends. See PRs below for details.
Fix ActiveRecord JSONB blank values (#536 )
Support primary keys other then :id on model classes (#542 )
Clean up and refactor container backend (#543 ), thanks doits !
Update fallthrough_accessor regex to allow for ISO 639-2 codes (#580 ) thanks phil-allcock !
1.2.9
24 Jun 13:21
Compare
Sorry, something went wrong.
No results found
Fix missing method mobility_attribute? on Rails 7 (#582 and #584 )
1.2.8
18 Jun 13:02
Compare
Sorry, something went wrong.
No results found
Fix issues with subclassing, such as when using AR STI, fixes #566 (#568 )
Handle attribute_method_matchers rename (part of #560 )
1.2.7
18 Jun 12:06
Compare
Sorry, something went wrong.
No results found
Do not query same attribute more than once, fixes #564 (#577 )
1.2.6
02 Mar 03:27
Compare
Sorry, something went wrong.
No results found
Require mfa on rubygems (#545 )