Releases: shioyama/mobility
Releases · shioyama/mobility
1.2.2
- Make models work with
Marshal.dump
(#532)
- Fix Sequel container op in Sequel (#533)
- Simplify Fallbacks plugin (#531)
1.2.1
- Refactor ColumnFallback plugin (#530)
1.2.0
- 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
- 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
- Check whether class responds to mobility_attribute? (#515)
1.1.0
- 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
- Require set before using
Set
(#503)
1.0.6
- Merge options including defaults into backend options (#502)
1.0.5
- Fix duping with AR Table backend, fixes #490 (#499 and #501)