Skip to content

Releases: Goldziher/go-utils

v1.8.1

19 May 06:32
e573a30
Compare
Choose a tag to compare

What's Changed

  • Fix: adding link to sliceutils.Chunk by @vhoen in #45
  • Chore: bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #46
  • Fix: FindLastIndex function to iterate over the entire slice by @dan1elhughes in #48

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

17 Feb 18:46
066d32d
Compare
Choose a tag to compare

What's Changed

  • (chore): add capitalize function to stringutils by @K-A-I-L-A-S-H in #28
  • (chore): update the mkdocs to add stringutils/capitalize by @K-A-I-L-A-S-H in #29
  • chore: fix pre-commit install commands in CONTRIBUTING.md by @deansg in #43
  • feat: add a FlatMap function to sliceutils by @deansg in #41
  • chore: update documentation for new sliceutils.FlatMap function by @deansg in #44

New Contributors

Full Changelog: v1.7.4...v1.8.0

v1.7.4

08 Aug 16:53
20bb01e
Compare
Choose a tag to compare
  • Update Go to v1.21

v1.7.3

11 Jul 11:24
5619add
Compare
Choose a tag to compare

What's Changed

  • [dateutils.Overlap] fixing cases that were not handled and updating t… by @vhoen in #27

Full Changelog: v1.7.2...v1.7.3

v1.7.2

09 Jun 12:50
1a5f34f
Compare
Choose a tag to compare

What's Changed

  • [dateutils] add overlap func by @vhoen in #25

Full Changelog: v1.7.1...v1.7.2

v1.7.1

16 May 16:19
3a5d50f
Compare
Choose a tag to compare

What's Changed

  • fixing documentation misnamed functions by @vhoen in #24

Full Changelog: v1.7.0...v1.7.1

v1.7.0

16 May 13:48
3a3a58b
Compare
Choose a tag to compare

What's Changed

  • [dateutils] adding func BeforeOrEqual and AfterOrEqual by @vhoen in #23

Full Changelog: v1.6.0...v1.7.0

v1.6.0

28 Apr 15:31
53ab038
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

20 Jan 20:28
5e5f6ab
Compare
Choose a tag to compare

What's Changed

  • adds a sliceutils method to flatten a slice of slice of type I to a s… by @vhoen in #20

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 Jan 17:07
41b8481
Compare
Choose a tag to compare

What's Changed

  • adding dateutils function (floor / ceil) by @vhoen in #18
  • adding missing doc links by @vhoen in #17

Full Changelog: v1.3.1...v1.4.0