This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
Releases: bengarrett/cfw
Releases · bengarrett/cfw
v1.4.3
What's Changed
- Bump golang.org/x/text from 0.14.0 to 0.15.0 in the updates group by @dependabot in #19
- Bump golang.org/x/text from 0.15.0 to 0.16.0 in the updates group by @dependabot in #20
- Bump golang.org/x/text from 0.16.0 to 0.17.0 in the updates group by @dependabot in #21
- Bump golang.org/x/text from 0.17.0 to 0.18.0 in the updates group by @dependabot in #22
- Bump golang.org/x/text from 0.18.0 to 0.19.0 in the updates group by @dependabot in #23
- Bump golang.org/x/text from 0.19.0 to 0.20.0 in the updates group by @dependabot in #24
- Bump golang.org/x/text from 0.20.0 to 0.21.0 in the updates group by @dependabot in #25
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Bump actions/setup-go from 2 to 3 by @dependabot in #6
- Bump actions/checkout from 2 to 3 by @dependabot in #5
- Bump golang.org/x/text from 0.6.0 to 0.9.0 by @dependabot in #14
- Bump actions/setup-go from 3 to 4 by @dependabot in #12
- Bump the updates group with 1 update by @dependabot in #18
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Go v1.17 usage.
- New
ReverseInt()
function. - Linter updates and fixes.
- GitHub repository updates and fixes.
v1.2
- For use clarity, changed the type of
Humanize()
except
argument from[]string
to...string
.
All uses now require that you pass on[]string{}...
values to the argument. reverseInt()
uses Go v1.13 style error wrap.- Removed magic numbers and instead use named constants for
int
values. - Fixed shadow declarations.
- Fixed ExampleTimeDistance_seconds() test that ignored a timezone error.
v1.1.0
Humanize()
argument type change:except []string
.- Fixed some tests using incorrect argument names.
v1.0.1
- Library is now a Go module.
- Simplified function comments.
- Updated readme and consolidated the examples.
- Each function now has working examples.
- Implemented test tables.