Skip to content

Releases: simonpoole/OpeningHoursParser

0.28.2

09 Mar 17:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.28.1...0.28.2

0.28.1

08 Jan 07:07
Compare
Choose a tag to compare

Full Changelog: 0.28.0...0.28.1

0.28.0

22 Dec 08:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.27.1...0.28.0

Release 0.27.1

18 Aug 09:25
Compare
Choose a tag to compare

This migrates to gradle 8.2.1, updates the translations and adds Automatic-Module-Name to the manifest.

Release 0.27.0

14 May 13:55
Compare
Choose a tag to compare

This fixes an issue when parsing open ended date ranges followed by a week day.

Release 0.26.0

02 Nov 11:33
Compare
Choose a tag to compare

This release adds a flag to indicate more lenient handling of time ranges with earlier end than start times in strict mode. It does not change the behaviour in non-strict mode.

Note: the one parameter variant of OpeningHoursParser.rules maintains the same behaviour as prior releases, you will need to use the two parameter call if you want to set the flag.

Release 0.25.0

24 Jul 11:22
Compare
Choose a tag to compare

Fixes:

  • adds missing setOpenEnded method for year ranges
  • throws a parse error on invalid data ranges combining open ended with end date

Release 0.24.0

21 Jul 18:21
Compare
Choose a tag to compare

Fixes

  • adds open ended year range support
  • pom.xml generation now includes the annotations dependency as optional (instead of not at all)

Release 0.23.4

19 Jun 09:45
Compare
Choose a tag to compare

Fix:

  • Fix parsing of hour:minute intervals

Release 0.23.3

10 Jun 20:06
Compare
Choose a tag to compare

Fix

  • Fix missing '-' for negative offsets for variable times smaller than an hour