All Versions
26
Latest Version
Avg Release Cycle
202 days
Latest Release
3391 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.3
June 10, 2014 -
v0.13.0 Changes
June 26, 2022- ๐ Allow specifying holidays on each invocation. ([#217], [#180])
-
v0.12.0 Changes
June 07, 2022- โก๏ธ Update build matrix for ActiveSupport 7 support ([#215])
- โ Remove dependency on sorted_set and rbtree ([#214])
Both
BusinessTime::Config.holidays
andBusinessTime::Config.weekdays
now return aSet
instead of aSortedSet
.โ Warning:
BusinessTime::Config.holidays
no longer keeps holidays in sorted order. If you rely onholidays
returning in sorted order, please be sure to load them in sorted order. -
v0.11.0 Changes
November 22, 2021- โ Adds Ruby 3.1 support ([#212])
- โ Adds
BusinessTime::Config.with
docs to README ([#184])
-
v0.10.0 Changes
February 23, 2021- ๐ Fixes documentation typo ([#177])
- ๐ Improves the business day calculation for non-business days ([#179])
- ๐ Fixes warnings ([#202])
- โ Adds Ruby 3.0 support; Improves build matrix ([#203])
-
v0.9.3 Changes
November 04, 2017- ๐ 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
-
v0.9.2 Changes
June 07, 2017- โ Adds support for negative numbers for days ([#158])
- โ Remove Gemfile.lock from project ([#161])
- โช Restores ActiveSupport 3 ([#163])
-
v0.9.1 Changes
April 04, 2017- ๐ PR#155 - fixes regression on Rails 5.0
-
v0.9.0 Changes
April 02, 2017- ๐ PR#143 - performance improvements on hour date calculations
- PR#144 - new feature - Fiscal date methods.
-
v0.8.0 Changes
April 01, 2017- ๐ Ruby 2.4 compatibility 4/1/2017 (yes, this is the same as 0.9.0) I released the 2.4 upgrade separately than the other new features so that people have an upgrade path to 2.4 without mixing in new features.
- ๐ฎ Forces a particular date format for Regex
- A small change to include the version number in the project itself.