Skip to content

Releases: shioyama/mobility

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)

1.0.7

04 Feb 14:23
2e0c40c
Compare
Choose a tag to compare
  • Require set before using Set (#503)

1.0.6

04 Feb 14:23
6592302
Compare
Choose a tag to compare
  • Merge options including defaults into backend options (#502)

1.0.5

01 Feb 08:13
7c25fe9
Compare
Choose a tag to compare
  • Fix duping with AR Table backend, fixes #490 (#499 and #501)