All Versions
12
Latest Version
Avg Release Cycle
142 days
Latest Release
1349 days ago

Changelog History
Page 1

  • v4.0.1 Changes

    August 15, 2020
    • [#351] Fix bug on generating migrations
  • v4.0.0

    June 02, 2020
  • v3.0.3

    August 30, 2019
  • v3.0.2 Changes

    July 23, 2018
    • 🚅 [#287] Make Sash an optional dependency, fixing issues in Rails 5.1.
    • [#297] Initialize merit once both for API or non-API apps
    • ⚡️ Updates dependencies
  • v3.0.1 Changes

    January 25, 2018
    • [#282] Run action controller load hook only once
    • [#284] Add migration version to active record migrations
    • ➕ Add RELEASING.md document
  • v3.0.0 Changes

    July 20, 2017
    • 🗄 [#276] Drops Rails <5 version support. Drops deprecated action_filter call.
    • 🛠 Fix deprecation warnings
  • v2.4.0 Changes

    July 22, 2016
    • 🚅 [#260] Works with Rails 5
  • v2.3.4 Changes

    May 06, 2016
    • ⚠ [#247] Fix Ruby warnings
    • [#252] Bug fix: uninitialized constant Merit::PointRules (NameError) while
      installing merit.
  • v2.3.3 Changes

    May 06, 2016
    • [#215] Bug fix in API where a BadgeSash would be created without failures
      with a nil badge_id.
    • ➕ Add validations to BadgesSash
    • 📇 Rename generated migration files to explicitly name merit
    • README improvements
  • v2.3.2 Changes

    May 06, 2016
    • 👍 [#218] Implement I18n for internationalization support
    • ✅ Tests with Ruby 2.2. Ignores EOL Rails 4.0.
    • ➕ Adds CONTRIBUTING document