Skip to content

Releases: nhAnik/ordered

Release list

v1.1.0

Choose a tag to compare

@nhAnik nhAnik released this 13 Oct 13:43
  • Added map.NewMapWithCapacity and set.NewSetWithCapacity
  • Added map.ForEach and set.ForEach
  • Added support for gob encoding and decoding
  • Improved test coverage

v1.0.0

Choose a tag to compare

@nhAnik nhAnik released this 26 Sep 10:07
  • Implementation of ordered map and set
  • Supports generics
  • Supports JSON marshalling and unmarshalling