Skip to content

Releases: gocardless/business

v2.3.0

31 Jan 18:29
6f50233
Compare
Choose a tag to compare

What's Changed

  • Use YAML#safe_load_file with permitted_classes by @attack in #112
  • Add support for Ruby 3.1, drop Ruby 2.5 by @JoeSouthan in #113

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

09 Mar 14:40
2db7446
Compare
Choose a tag to compare
  • Fix regression on Calendar#new #83 - thanks @ineu!

v2.2.0

04 Mar 19:21
fc9d4b8
Compare
Choose a tag to compare

Add Business::Calendar#name - thanks @mattmcf!

V2.1.0

08 Jun 10:13
624341f
Compare
Choose a tag to compare
  • Add separate working_day? and holiday? methods to the calendar

v2.0.0

08 Jun 09:56
b7bcef4
Compare
Choose a tag to compare

🚨 BREAKING CHANGES 🚨

For more on the breaking changes that have been introduced in v2.0.0 please see the readme.

  • Remove bundled calendars see this pr for more context. If you need to use any of the previously bundled calendars, see here
  • Business::Calendar.load_paths= is now required

v1.18.0

30 Apr 17:42
b12c186
Compare
Choose a tag to compare
  • Drop support for Ruby < 2.4.x
  • Fix Danish public holiday calendar

v1.17.1

21 Nov 09:48
155d9aa
Compare
Choose a tag to compare
  • Add holiday calendar for US ACH
  • Add holiday calendar for France SEPA
  • Update UK May Day 2020

Add Canadian PAD holiday calendar

25 Oct 08:46
7108363
Compare
Choose a tag to compare

Add Canadian national holiday calendar for PAD

v1.14.0: Merge pull request #31 from gocardless/becs-nz

20 Jul 09:41
3b5a0ff
Compare
Choose a tag to compare

Added calendar for New Zealand's public holidays under BecsNZ.

v1.13.0

17 Apr 12:27
Compare
Choose a tag to compare
  • Add support for specifying extra_working_dates (special dates that are "working days", even though they are not one of the specified days, for example weekend dates that are considered to be working days)