Skip to content

Releases: bokmann/business_time

v0.13.0

27 Jun 13:32
v0.13.0
Compare
Choose a tag to compare
  • Allow specifying holidays on each invocation. ([#217], [#180])

v0.12.0

27 Jun 13:32
v0.12.0
Compare
Choose a tag to compare
  • 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.

v0.11.0

23 Nov 06:13
v0.11.0
Compare
Choose a tag to compare
  • PR #212: Adds Ruby 3.1 support;
  • PR #184: Adds BusinessTime::Config.with docs to README

v0.10.0

24 Feb 01:27
v0.10.0
Compare
Choose a tag to compare
  • PR #177: Fixes documentation typo
  • PR #179: Improves the business day calculation for non-business days
  • PR #202: Fixes warnings
  • PR #203: Adds Ruby 3.0 support; Improves build matrix

v0.9.3

24 Feb 01:22
Compare
Choose a tag to compare
  • PR #165 - fixes an issue with 0.business_ calculations
  • PR #166 - added est for business_days.before edge case
  • PR #172 - added feature for 'stacking' local configs

See the CHANGELOG for all prior releasees.