Skip to content

Releases: shioyama/mobility

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)

1.2.2

03 Oct 13:02
30529fd
Compare
Choose a tag to compare
  • Make models work with Marshal.dump (#532)
  • Fix Sequel container op in Sequel (#533)
  • Simplify Fallbacks plugin (#531)

1.2.1

27 Sep 12:37
cf6bbf4
Compare
Choose a tag to compare
  • Refactor ColumnFallback plugin (#530)

1.2.0

26 Sep 02:11
c622cdb
Compare
Choose a tag to compare
  • Add ColumnFallback plugin (#512)
  • Fix Sequel querying on untranslated attributes in i18n block (#529)
  • Allow passing configured backend class as third argument to setup (#528)
  • Clearly distinguish backend classes from their configured subclasses (#527)

1.1.3

06 Sep 12:16
7970ee4
Compare
Choose a tag to compare
  • Do not swallow keyword args on ruby 3 in fallthrough accessors (#520) thanks doits!
  • Assign blank values in pg hash backends (#516)

1.1.2

14 Sep 04:18
5c5f8a5
Compare
Choose a tag to compare
  • Check whether class responds to mobility_attribute? (#515)

1.1.1

26 Feb 14:19
41f6fd6
Compare
Choose a tag to compare
  • Updated signing key

1.1.0

06 Feb 12:34
03fde78
Compare
Choose a tag to compare
  • Remove Mobility::Plugins::Attributes#each (#475)
  • Add public method Mobility::Plugins::ActiveRecord::Query.build_query (#471)
  • Allow setting locale per node in query block (#479)
  • Add Mobility.validate_locale! (#479)
  • Call after_destroy in setup block to delete associated translations (#487)
  • Add key, value and belongs_to options to key-value backend (#488)