Skip to content

Releases: fortio/sets

v1.2.0

06 Aug 17:16
fa3585f
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.0.3

24 Mar 22:00
Compare
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
Compare
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
Compare
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
Compare
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

v0.4.1

22 Feb 18:49
4bac831
Compare
Choose a tag to compare
  • Added Intersection(), Union(), XOR(), Elements() and cleaned up docs.

Full Changelog: v0.3.0...v0.4.1

v0.3.0

21 Feb 03:53
Compare
Choose a tag to compare
  • Add sets.Sort() for ordered T

Full Changelog: v0.1.1...v0.3.0