ByStar v3.0.0 Release Notes

Release Date: 2018-02-01 // about 6 years ago
    • ⬆️ Upgrade Travis for broader coverage of Ruby, ActiveRecord, and Mongoid versions - @johnnyshields
    • ✂ Removed support for Ruby < 2.0 and Rails < 4.0. They are over 5 years old, and so it's time to upgrade. - @radar
    • ✂ Removed references to deprecated Fixnum constant - @rgioia - #78
    • 0️⃣ Mongoid newest, oldest, previous, and next now use reorder to ignore any default scope, consistent with ActiveRecord - @johnnyshields
    • 👍 Mongoid 3.x: Add support for Criteria#reorder method from version 4+ - @johnnyshields
    • ⬆️ Upgrade Rspec tests to version 3.1 - @nhocki

Previous changes from v2.2.1

  • v2.2.1 - 2014-04-21

    • 👍 Allow previous and next to take the current record in their scope - @pnomolos / @johnnyshields
    • Alias Date#in_time_zone to #to_time_in_current_zone if not already defined (e.g. for Rails <= 3) - @jcypret / @johnnyshields
    • ➕ Add oldest and newest methods