Skip to content

v0.12.0

Compare
Choose a tag to compare
@rmm5t rmm5t released this 27 Jun 13:32
· 24 commits to develop since this release
v0.12.0
  • 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.