Releases: spf13/cast
Releases · spf13/cast
v1.8.0
What's Changed
- Updates by @sagikazarmark in #237
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #193
- Generic by @sagikazarmark in #238
- Add unsigned integer support in ToStringSliceE function by @nicklaus-dev in #200
- Add function to cast
interface{}
to[]float64
by @ste93cry in #179 - Add cast methods ToUintSlice by @nmvalera in #236
- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by @dependabot in #240
- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by @dependabot in #239
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by @dependabot in #242
- Add ToInt64Slice() and ToInt64SliceE() by @arui1628 in #234
New Contributors
- @nicklaus-dev made their first contribution in #200
- @ste93cry made their first contribution in #179
- @nmvalera made their first contribution in #236
- @arui1628 made their first contribution in #234
Full Changelog: v1.7.1...v1.8.0
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