Releases: spf13/cast
Releases · spf13/cast
v1.7.1
What's Changed
- Update README.md by @lesichkovm in #224
- Fix ToUint64 issue with string input exceeding maximum int64 by @skyjerry in #213
New Contributors
- @lesichkovm made their first contribution in #224
- @skyjerry made their first contribution in #213
Full Changelog: v1.7.0...v1.7.1
v1.7.0
v1.6.0
What's Changed
- Bump actions/setup-go from 3 to 4 by @dependabot in #180
- Bump github.com/frankban/quicktest from 1.14.4 to 1.14.5 by @dependabot in #185
- Updates by @sagikazarmark in #190
- deps/update20231128 by @bep in #205
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Correction of hugo URL error by @qwxingzhe in #164
- Improve CI by @sagikazarmark in #167
- Bump github.com/frankban/quicktest from 1.14.3 to 1.14.4 by @dependabot in #168
- Add more integer to boolean conversions by @yveshield in #153
- Pull the 2006-01-02 layout to the top when checking by @bep in #187
New Contributors
- @qwxingzhe made their first contribution in #164
- @sagikazarmark made their first contribution in #167
- @dependabot made their first contribution in #168
- @yveshield made their first contribution in #153
Full Changelog: v1.5.0...v1.5.1
v1.5.0: Misc number fixes
- Add support for
json.Number
- Enable integer and float conversion of
time.Weekday
andtime.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
Add ToTimeInDefaultLocation/E
v1.4.0 github: Also run tests on Windows