Skip to content

Releases: rickb777/date

v1.20.2 updated dependencies

05 Jul 13:30
Compare
Choose a tag to compare
bumped up some dependencies

v1.20.0

02 Aug 20:18
Compare
Choose a tag to compare
Documentation improvements & tests tweaked

v1.19.1

02 Aug 09:41
Compare
Choose a tag to compare
Bugfix: Date.MarshalJSON incorrectly wrote the zero value as a blank …

Bufix: MarshalJSON

12 May 15:51
Compare
Choose a tag to compare

Date.MarshalJSON incorrectly wrote the zero value as a blank string, which might raise difficulties at the receiver.

Code that relied on this incorrect behaviour might see this as a breaking change.

v1.18

02 Feb 14:28
Compare
Choose a tag to compare
Updated dependencies. Began work on forked repo for `period`.

updated dependencies

02 Nov 13:15
Compare
Choose a tag to compare
v1.14.3

updated dependencies

Bug fixed: integer overflow on 32bit architecture

13 Oct 21:46
Compare
Choose a tag to compare
v1.14.2

fixed int32 overflow problem mentioned in issue 11 https://github.com…

v1.14.1

07 Oct 10:20
Compare
Choose a tag to compare
updated dependencies

Period revised

08 Sep 09:49
Compare
Choose a tag to compare

Improvements to Period, including new methods and improved tests.

v1.13.0

13 Jul 22:34
Compare
Choose a tag to compare

This adds period.ParseWithNormalise to allow normalisation to be disabled when required.

Thanks to Ali Ince for this contribution.