Releases: fortio/sets
Releases · fortio/sets
v1.2.0
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
Updated x/exp dependency for downstream fortio projects
What's Changed
- go get -u ./... && go mod tidy by @ldemailly in #69
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.4
What's Changed
- Use shared workflows and config - library edition by @ldemailly in #64
- Bump assert and exp dependencies by @ldemailly in #65
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
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
v1.0.0
v0.4.1
- Added Intersection(), Union(), XOR(), Elements() and cleaned up docs.
Full Changelog: v0.3.0...v0.4.1
v0.3.0
- Add
sets.Sort()
for orderedT
Full Changelog: v0.1.1...v0.3.0