v0.1.13
What's Changed
Changes
- examples_treeset_test.go: almost everyone by @vanodevium in #49
- removed InsertAll() mention from the readme by @vanodevium in #50
- complete Go doc testable examples for Set by @zonewave in #51
- fix(treeset,iter): use context to control iterate(#52) by @zonewave in #53
- build(deps): bump github.com/shoenig/test from 0.6.3 to 0.6.4 by @dependabot in #54
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #55
- implement Transform,TransformSlice,InsertAllFunc(#4,#16,#23) by @zonewave in #56
- more examples 2 by @shoenig in #57
- treeset: fix a bug in Subset where some non-subsets could trigger panic by @shoenig in #58
- treeset: add treeset subset example by @shoenig in #59
- treeset: avoid using goroutine / channel / context for iteration by @shoenig in #60
- hashset: add a bunch of examples by @shoenig in #61
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #62
- fix(treeset): fix RemoveFunc not remove all matched node (#63) by @zonewave in #64
- docs: last examples for treeset by @shoenig in #65
- common: some tweaks for common helper functions by @shoenig in #66
New Contributors
- @vanodevium made their first contribution in #49
Full Changelog: v0.1.12...v0.1.13