Releases: shioyama/mobility
1.0.4
1.0.3
1.0.1
1.0.0
1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade.
Plus many other changes in earlier pre-releases.
1.0.0.rc1
1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade.
This is the first release candidate for 1.0. If there are no issues reported in a few days, I will release this as 1.0.0.
- Remove
Mobility::ActiveRecord
,Mobility::Sequel
andMobility::Arel
, and general cleanup (#464)
1.0.0.beta2
1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)
1.0.0.beta1
1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)
1.0.0.alpha
1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)
- Default fallbacks plugin to
true
when enabled (#447) - Remove
Mobility::Backend.method_name
(#400) - Remove
translated_attribute_names
as alias formobility_attributes
(#402) - Move
_backend
methods intobackend_reader
plugin (#403) - Replace
Configuration#query_method
configuration with Query plugin option (#414) - Remove
Mobility::Configuration#default_accessor_locales
. Use plugin option to configure global default instead. (#424) - Pass
model_class
toMobility::Backend#configure
via class method rather than on options hash (#429) - Remove
Mobility.new_fallbacks
andConfiguration#fallbacks_generator
(#433) - Rename
backend_name
tobackend
(#443) - Remove
Configuration#accessor_method
(#450) - Rename
Mobility::Attributes
toMobility::Translations
- Remove
Mobility::Configuration
altogether (#452)
0.8.13
0.8.12 (yanked)
- Fix fallthrough accessor
method_missing
not passing all options tosuper
(#364)