Skip to content

Tags: deckarep/golang-set

Tags

v2.7.0

Toggle v2.7.0's commit message
Update README.md in preparation for 2.7.0 - JSON marshaling/unmarshal…

…ing finally fixed

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add ContainsOne method (#134)

* feat: add ContainsOne method

* chore: removed unnecessary word

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Sorted method (#127)

* Add Sorted method

This is a varient on `slices.Sorted` that makes it easy to get a sorted slice. This makes it easy to get the elements of the set into a sorted slice. Quite handy when using sets to build up unique elements but then needing a well defined iteration order.

* Move to own file that can be build tagged

* Also test go 1.21

* Fix error messages in test

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add is empty functionality to set (#133)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Deserialize using a generic approach. (#121)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reintegrating optimizations originally proposed by @fy0 in issue:60 f…

…or set instantiation to utilize capacity hint where possible (#113)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.2.0 (#112)

* Updating workflow and README

* modifying workflow file

* fix workflow go version

* workflow array syntax

* fixing workflow

* moron, it's pulling go 1.2.2

* if it ain't broke...

v2.1.0

Toggle v2.1.0's commit message
feat: improve Add performance

v2.0.0

Toggle v2.0.0's commit message
bump go.mod file

v1.8.0

Toggle v1.8.0's commit message
fix go mod