Skip to content

Releases: jenskeiner/exchange_calendars_extensions

0.8.3

11 Dec 15:32
0.8.3
8946aef
Compare
Choose a tag to compare

What’s Changed

Changed

Fixed

  • FIx support for timestamp-like strings when querying adjusted holiday calendars. (#124) @jenskeiner
  • Fix code examples in README.md. (#123) @jenskeiner

0.8.2

21 Jun 14:31
93498e1
Compare
Choose a tag to compare

What’s Changed

Fixed

  • Fixed an issue where some calendars did not define their ad-hoc holidays as proper timestamps. (#100) @jenskeiner

Changed

0.8.1

31 May 21:41
a37cd60
Compare
Choose a tag to compare

What’s Changed

Added

  • After applying the extensions, weekly special open/close days are always represented by holiday calendars. (#94) @jenskeiner

Changed

0.8.0

10 May 06:31
1de9c74
Compare
Choose a tag to compare

What’s Changed

Added

Changed

0.7.0

31 Jan 15:01
57f12d3
Compare
Choose a tag to compare

What’s Changed

Changed

Fixed

  • Fix an edge case where certain special days may unintentionally roll into another month. (#65) @jenskeiner

0.6.0

12 Jan 20:41
bd1f56f
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

  • Fix an issue when early open/close days were not returned correctly when day is specified as an integer (fixed day of the week). (#60) @jenskeiner

Changed

0.5.0

17 Aug 21:00
d842a10
Compare
Choose a tag to compare

What’s Changed

Breaking change in this release: The package exchange_calendars_extensions is now a namespace package that has been split into two sub-packages, exchange_calendars_extensions.core and exchange_calendars_extensions.api.

The new distribution package exchange_calendars_extensions_api consists of the sub-package exchange_calendars_extensions.api that splits out some API classes for calendar adjustments so they can be used without the core package and its dependencies.

The distribution package exchange_calendars_extensions, i.e. this project, keeps the rest in the exchange_calendars_extensions.core sub-package. It also has a dependency on exchange_calendars_extensions_api and still exports the items from there that were previously exported.

This means that the only code change required is to change imports from exchange_calendars_extensions to exchange_calendars_extensions.core.

Changed

  • Split package and move changes API classes to separate package. (#43) @jenskeiner

0.4.0

10 Aug 07:47
13ebd63
Compare
Choose a tag to compare

What’s Changed

Changed

0.3.1

03 Aug 20:39
9ba27b6
Compare
Choose a tag to compare

What’s Changed

Added

  • Add convenience functions to reset all calendars to their unmodified state, get the change set for a given calendar, and get a dictionary of changesets for all calendars. Remove obsolete debug code. (#41) @jenskeiner

Changed

0.3.0

07 Jul 08:08
7fd617a
Compare
Choose a tag to compare

What’s Changed

Added

Changed