business_time v0.12.0 Release Notes

Release Date: 2022-06-07 // almost 2 years ago
    • ⚡️ Update build matrix for ActiveSupport 7 support ([#215])
    • ✂ Remove dependency on sorted_set and rbtree ([#214])

    Both BusinessTime::Config.holidays and BusinessTime::Config.weekdays now return a Set instead of a SortedSet.

    ⚠ Warning: BusinessTime::Config.holidays no longer keeps holidays in sorted order. If you rely on holidays returning in sorted order, please be sure to load them in sorted order.