Releases: Code-Hex/synchro
Releases · Code-Hex/synchro
v0.5.3
What's Changed
- synchro: add fuzzer for ParseISO by @uji in #33
- Fix typo by @nobishino in #35
- ci: Change Fuzzing CI trigger to scheduled execution by @uji in #37
- iso8601.Date: support sql.Scanner and driver.Valuer by @mosaxiv in #38
- updated go versions by @Code-Hex in #39
New Contributors
- @uji made their first contribution in #33
- @nobishino made their first contribution in #35
- @mosaxiv made their first contribution in #38
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
What's Changed
- download tzdata from https://www.iana.org/time-zones by @shogo82148 in #19
- Refactor time and date units to use exported type by @Code-Hex in #20
- Refactor date handling to use CivilDate instead of by @Code-Hex in #21
- support encoding.TextMarshaler/TextUnmarshaler interface in iso8601 by @Code-Hex in #22
- copied some google-cloud-go/civil Date methods into iso8601 package by @Code-Hex in #23
- copied some google-cloud-go/civil Time methods into iso8601 package by @Code-Hex in #24
- breaking change: removed civil date code from synchro package by @Code-Hex in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
v0.1.0
v0.0.9
v0.0.8
What's Changed
- Fix typo by @matsuyoshi30 in #10
- added Advance and Change by @Code-Hex in #11
New Contributors
- @matsuyoshi30 made their first contribution in #10
Full Changelog: v0.0.7...v0.0.8