Skip to content

Tags: voltusdev/date

Tags

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from voltusdev/update_go_mod

update go mod

v1.19.1

Toggle v1.19.1's commit message
Bugfix: Date.MarshalJSON incorrectly wrote the zero value as a blank …

…string, which might raise difficulties are the receiver. Code that relied on this incorrect behaviour might see this as a breaking change.

v1.19.0

Toggle v1.19.0's commit message
Bugfix: Date.MarshalJSON incorrectly wrote the zero value as a blank …

…string, which might raise difficulties are the receiver. Code that relied on this incorrect behaviour might see this as a breaking change.

v1.19

Toggle v1.19's commit message
Bugfix: Date.MarshalJSON incorrectly wrote the zero value as a blank …

…string, which might raise difficulties are the receiver. Code that relied on this incorrect behaviour might see this as a breaking change.

v1.18.0

Toggle v1.18.0's commit message
Updated dependencies. Began work on forked repo for `period`.

v1.18

Toggle v1.18's commit message
Updated dependencies. Began work on forked repo for `period`.

v1.17.0

Toggle v1.17.0's commit message
Date JSON marshalling/unmarshalling tweaked so that the zero value ca…

…n be represented as a blank string and the tag 'omitempty' can now work.

v1.17

Toggle v1.17's commit message
Date JSON marshalling/unmarshalling tweaked so that the zero value ca…

…n be represented as a blank string and the tag 'omitempty' can now work.

v1.16.1

Toggle v1.16.1's commit message
upgrade to Go 1.17

v1.16.0

Toggle v1.16.0's commit message
updated dependencies