Skip to content

v0.1.0

Latest

Choose a tag to compare

@treyburn treyburn released this 12 Apr 17:18
Immutable release. Only release title and notes can be modified.
1fd559b

Initial Release 馃帀

ordered is a zero dependency, pure Go implementation of an ordered map with a focus on ergonomics thanks to generics and iterators.

Try it today!

go get -u go.treyburn.dev/ordered@v0.1.0

What's included

  • Implement basic ordered.Map by @treyburn in #2
  • Added options to constructor and WithCapacity() option by @treyburn in #4
  • Added an Insert() method for placing entries at the front of the list by @treyburn in #5
  • Added Reverse() method for reverse iteration by @treyburn in #6
  • Reduced required Go version to 1.23 by @treyburn in #7

New Contributors

Full Changelog: https://github.com/treyburn/ordered/commits/v0.1.0