Skip to content

Releases: amit7itz/goset

v1.2.1

30 Oct 18:14
Compare
Choose a tag to compare

Fixed errors when unmarshalling a map of Sets

v1.2.0

30 Oct 15:37
8f74bee
Compare
Choose a tag to compare

Added the option to serialize Set to JSON and deserialize JSON to Set

v1.1.0

09 Jul 12:40
Compare
Choose a tag to compare

What's New:

  • New methods: For() and ForWithBreak(), enabling iteration over the Set items without generating a slice.
  • Internal change: new SetStore interface, allowing writing of Sets backed by special stores (e.g. a concurrent safe store)

v1.0.1

12 May 12:46
c7a764c
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.0.0

05 May 15:35
Compare
Choose a tag to compare

The first version of GoSet! 😁