Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Releases: bengarrett/cfw

v1.4.3

01 Jan 23:35
75d730c
Compare
Choose a tag to compare

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

27 Feb 02:20
f6b7fc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

03 Feb 22:28
4f918e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Mar 06:04
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.4.0

v1.3.0

24 Sep 01:39
Compare
Choose a tag to compare
  • Go v1.17 usage.
  • New ReverseInt() function.
  • Linter updates and fixes.
  • GitHub repository updates and fixes.

v1.2

12 Aug 04:19
Compare
Choose a tag to compare
  • 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

12 May 02:33
Compare
Choose a tag to compare
  • Humanize() argument type change: except []string.
  • Fixed some tests using incorrect argument names.

v1.0.1

12 May 00:48
Compare
Choose a tag to compare
  • Library is now a Go module.
  • Simplified function comments.
  • Updated readme and consolidated the examples.
  • Each function now has working examples.
  • Implemented test tables.