Skip to content

Releases: spf13/cast

v1.6.0

28 Nov 09:54
@bep bep
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

15 May 08:31
@bep bep
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0: Misc number fixes

11 May 13:59
@bep bep
Compare
Choose a tag to compare
  • Add support for json.Number
  • Enable integer and float conversion of time.Weekday and time.Month values
  • Allow nil in ToFloat* (which gets it in line with the rest)
  • Trim trailing zero decimals from string numbers, e.g. 10.0 before any int parsing.
  • Remove some test duplication
  • Replace testify with quicktest

v1.4.1

15 Aug 17:48
@bep bep
8807572
Compare
Choose a tag to compare
Fix date parse for "2016-03-06 15:28:01 +0900"

Add ToTimeInDefaultLocation/E

27 Jul 11:37
@bep bep
3f42935
Compare
Choose a tag to compare
v1.4.0

github: Also run tests on Windows

v1.3.1: Fix uint, uint8, uint16, uint32 and uint64 conversion in ToStringE fu…

18 Dec 07:28
@bep bep
Compare
Choose a tag to compare

v1.3.0

26 Oct 15:11
@bep bep
Compare
Choose a tag to compare
  • Add ToStringMapInt
  • Add ToStringMapInt64
  • Support RFC3339 time forms without TZ colon