Skip to content

Releases: fortio/sets

v1.3.0

06 Apr 20:43
91992e6

Choose a tag to compare

1.3.0 is the modified version that requires go1.21 and newer for stdlib based slices, maps, cmp package and clear() builtin.
Use fortio sets v1.2.1 if you need to stay with go1.18-1.20.
(Note you should be using go1.23.8 if you can at the time of this writing, which is what we build with)

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

06 Apr 20:22
dacc868

Choose a tag to compare

What's Changed

  • minor doc improvement, backtick doesn't work in godoc by @ldemailly in #71

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Aug 17:16
fa3585f

Choose a tag to compare

What's Changed

  • Split json serialization into a separate file that can be excluded with no_json build tag (for https://grol.io/ use for instance) by @ldemailly in #70

See https://github.com/fortio/cli#small-binaries

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Jun 15:08
84be748

Choose a tag to compare

Updated x/exp dependency for downstream fortio projects

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Jun 17:30
a647495

Choose a tag to compare

What's Changed

  • Adding Tuplets functions to generate all n-tuplets (pairs, triplets etc) (#67)
  • Disallow non functional NaN, panic() when trying to add NaN, fixes #13 (#68)

Full Changelog: v1.0.4...v1.1.0

v1.0.4

22 Mar 18:12
0a2332e

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

24 Mar 22:00

Choose a tag to compare

What's Changed

  • Switch to non reflect/generics slices.Sort() for 56% speed improvement (#14)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 Feb 19:04
272e98d

Choose a tag to compare

What's Changed

  • Fixing the doc links (only work with godoc built with go 1.20+) by @ldemailly in #6
  • String: use Sprint instead of Sprintf by @dolmen in #5

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Feb 18:20
38ee2ed

Choose a tag to compare

What's Changed

New Contributors

  • @dolmen made their first contribution in #2

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Feb 00:33
c8c3633

Choose a tag to compare

Now useful enough for 1.0

What's Changed

  • Adding Subset, Equals, Minus, Plus, Len, Clear and JSON serialization/deserialization (#1)

Full Changelog: v0.4.1...v1.0.0