Skip to content

Releases: thefuga/go-collections

v0.6.0

06 May 17:55
beaa34b
Compare
Choose a tag to compare

0.6.0 (2023-05-06)

Feature

v0.5.0

06 May 17:47
f1b8b27
Compare
Choose a tag to compare

0.5.0 (2023-05-06)

Feature

Documentation

Code Refactoring

  • generic: use internal ceil (#90) (a6d634d)
  • add type params to generic functions matchers (#89) (60d95f9)
  • matcher: split ValueEquals into two versions, one type safe and one generic (#87) (8bac638)

v0.4.1

16 Jan 01:26
2814d88
Compare
Choose a tag to compare

0.4.1 (2023-01-16)

Bug Fixes

v0.4.0

12 Jan 15:07
860b4a6
Compare
Choose a tag to compare

0.4.0 (2023-01-12)

Feature

v0.3.0

11 Jan 12:55
4c3ac97
Compare
Choose a tag to compare

0.3.0 (2023-01-11)

Feature

v0.2.0

11 Jan 00:38
b7592ce
Compare
Choose a tag to compare

0.2.0 (2023-01-11)

Feature

v0.1.0

09 Jan 12:49
Compare
Choose a tag to compare

0.1.0 (2023-01-09)

Feature

Bug Fixes

Code Refactoring

  • add internal relational util (#64) (cb754bb)
  • matcher: add a more constrained version of the Matcher type (#61) (899eeea)

Chores

  • remove methods that won't be implemented (fe3c3a9)

CI