All Versions
26
Latest Version
7.3
Avg Release Cycle
202 days
Latest Release
3579 days ago

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 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 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.