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

Changelog History
Page 1

  • v1.2.9 Changes

    • ๐Ÿ›  Fix missing method mobility_attribute? on Rails 7 (#582 and #584)
  • v1.2.8 Changes

    • ๐Ÿ›  Fix issues with subclassing, such as when using AR STI, fixes #566 (#568)
    • Handle attribute_method_matchers rename (part of #560)
  • v1.2.7 Changes

    • ๐Ÿ›  Do not query same attribute more than once, fixes #564 (#577)
  • v1.2.6 Changes

    • ๐Ÿ’Ž Require mfa on rubygems (#545)
  • v1.2.5 Changes

    • Avoid referencing ActiveRecord::Base (#550)
  • v1.2.4 Changes

    • ๐Ÿ›  Fix fallbacks performance regression (#548)
  • v1.2.3 Changes

    • ๐Ÿ›  Fix passing wrong options to super in fallbacks plugin (#539)
  • v1.2.2 Changes

    • ๐Ÿ‘‰ Make models work with Marshal.dump (#532)
    • ๐Ÿ›  Fix Sequel container op in Sequel (#533)
    • ๐Ÿ”Œ Simplify Fallbacks plugin (#531)
  • v1.2.1 Changes

    • ๐Ÿ”จ Refactor ColumnFallback plugin (#530)
  • v1.2.0 Changes

    • โž• 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)