All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
1259 days ago

Changelog History
Page 5

  • v8.3.3

    October 15, 2017
  • v8.3.2

    October 12, 2017
  • v8.3.1 Changes

    October 08, 2017
    • ๐Ÿš€ Accidental release
  • v8.3.0 Changes

    September 25, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow chainable: true option when calling has_one associations to start chaining (thanks @thefliik / see #1422)
  • v8.2.5 Changes

    September 23, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿ‘€ Error when using pluck(:id) on an association which has an array argument for model_class (thanks @thefliik / see #1426)
  • v8.2.4 Changes

    September 20, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes ability to run rails destroy model and rails destroy migration (thanks @thefliik / see #1420)
  • v8.2.3 Changes

    September 19, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿ‘€ Scopes now work when inherited three or more levels deep (see #1415, #1413, #1412 / thanks @thefliik)
  • v8.2.2 Changes

    September 18, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ Allow enums to be created without associated indexes (thanks @thefliik / see #1411)
  • v8.2.1 Changes

    September 01, 2017

    ๐Ÿ›  Fixes

    • Bringing forward changes from 8.1.x
  • v8.2.0 Changes

    September 01, 2017

    โž• Added

    • ๐Ÿ‘€ Ability to load nested associations with one query using with_associations (big thanks to @klobuczek / see #1398)