Skip to content

Releases: shioyama/mobility

1.3.0.rc3

31 Mar 08:58
3096edb
Compare
Choose a tag to compare
1.3.0.rc3 Pre-release
Pre-release
  • 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
7953183
Compare
Choose a tag to compare
1.3.0.rc2 Pre-release
Pre-release
  • Pass coder as keyword argument to serialize (ActiveRecord version > 7.1) (#617)

1.3.0.rc1

28 Mar 07:22
bc5d7a7
Compare
Choose a tag to compare
1.3.0.rc1 Pre-release
Pre-release

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
e3a0e16
Compare
Choose a tag to compare
  • Fix missing method mobility_attribute? on Rails 7 (#582 and #584)

1.2.8

18 Jun 13:02
f101a5d
Compare
Choose a tag to compare
  • 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
099ce06
Compare
Choose a tag to compare
  • Do not query same attribute more than once, fixes #564 (#577)

1.2.6

02 Mar 03:27
b19dca9
Compare
Choose a tag to compare
  • Require mfa on rubygems (#545)

1.2.5

04 Dec 08:30
2ba4835
Compare
Choose a tag to compare
  • Avoid referencing ActiveRecord::Base (#550)

1.2.4

28 Nov 04:53
99579bb
Compare
Choose a tag to compare
  • Fix fallbacks performance regression (#548)

1.2.3

25 Oct 13:44
2c9f41d
Compare
Choose a tag to compare
  • Fix passing wrong options to super in fallbacks plugin (#539)