All Versions
85
Latest Version
Avg Release Cycle
40 days
Latest Release
-

Changelog History
Page 3

  • v1.0.1 Changes

    • ๐Ÿ”Œ Make Mobility::Plugins::ActiveRecord::Query::VirtualRow and Mobility::Plugins::ActiveRecord::Query::QueryExtension (#471) public
    • ๐Ÿ›  Fix typo in initializer template (#474)
  • v1.0.0 Changes

    December 12, 2020

    โฌ†๏ธ 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.

    • ๐Ÿ›  Fix setting a locale from Rails config (#468)
    • Fixes validations with validates_uniqueness_of (#470)

    ๐Ÿš€ Plus many other changes in earlier pre-releases.

  • v1.0.0.rc1 Changes

    November 23, 2020

    โฌ†๏ธ 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 and Mobility::Arel, and general cleanup (#464)
  • v1.0.0.beta2 Changes

    November 11, 2020

    ๐Ÿš€ 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.)

    • ๐Ÿ”จ Refactor attributes & backend plugins and make mobility_attributes public (#462)
    • ๐Ÿ”Œ Make attribute_methods plugin depend on attributes (#461)
  • v1.0.0.beta1 Changes

    November 03, 2020

    ๐Ÿš€ 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.)

    • โœ‚ Remove Mobility::Backend#apply_plugin (#454)
    • ๐Ÿ”ง Instance exec configure block if it takes no arguments (#456)
    • ๐ŸŒ Raise an exception if invalid options are passed to Translations initializer (#457)
    • ๐Ÿ›  Fix Ruby 2.7 deprecation warnings (#460)
  • v1.0.0.alpha Changes

    October 25, 2020

    ๐Ÿš€ 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.)

    • 0๏ธโƒฃ Default fallbacks plugin to true when enabled (#447)
    • โœ‚ Remove Mobility::Backend.method_name (#400)
    • Remove translated_attribute_names as alias for mobility_attributes (#402)
    • Move _backend methods into backend_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 to Mobility::Backend#configure via class method rather than on options hash (#429)
    • ๐Ÿ”ง Remove Mobility.new_fallbacks and Configuration#fallbacks_generator (#433)
    • ๐Ÿ“‡ Rename backend_name to backend (#443)
    • โœ‚ Remove Configuration#accessor_method (#450)
    • ๐ŸŒ Rename Mobility::Attributes to Mobility::Translations
    • โœ‚ Remove Mobility::Configuration altogether (#452)
  • v0.8.13 Changes

    May 27, 2020
    • ๐Ÿ›  Fix fallthrough accessor method_missing not passing all options to super (#364, #384, #377, thanks doits!)
  • v0.8.12 Changes

    May 15, 2020
    • ๐Ÿ›  Fix fallthrough accessor method_missing not passing all options to super (#364, thanks doits!)
  • v0.8.11 Changes

    May 14, 2020
    • ๐Ÿ– Handle select with block (#359, thanks dlcmh!)
  • v0.8.10 Changes

    February 11, 2020
    • ๐Ÿš… Enforce case_sensitive comparison for Rails 6.1 (#333, thanks morozRed!)