Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@dghubble dghubble released this 26 Feb 01:45
v0.1.0

What's New

  • Tag an official release to ease usage for some folks

Contributions

  • Update README, travis.yml, and badge icons by @dghubble in #2
  • Re-run benchmarks with Go 1.11 and modern hardware by @dghubble in #3
  • Fix typos by @rtt in #5
  • Add go.mod file by @dghubble in #8
  • Do not allocate child map until needed by @gammazero in #11
  • Fixed PathTrie not storing value in root node by @gammazero in #13
  • Add WalkPath function to walk each key/value in path from root to given key by @gammazero in #12
  • Update .travis.yml with Go v1.13 and v1.14 by @dghubble in #15
  • introduce PathTrieConfig so that different StringSegmenter can be used by @beiwei30 in #16
  • Replace Travis CI with Github Actions by @dghubble in #18
  • Fix inheritance of custom path segmenter by @XANi in #19
  • Update Go test matrix with Go 1.16 by @dghubble in #20
  • Update Go test matrix by @dghubble in #21
  • Update Go test matrix to add Go v1.18 by @dghubble in #23
  • Add go 1.19 to test matrix by @dghubble in #25
  • Use a centrally managed GitHub Workflow for go tests by @dghubble in #26
  • Allow Go test Workflow to run on PRs by @dghubble in #27
  • chore: unnecessary assignment to the blank identifier (S1005) by @testwill in #28
  • Tag a v0.1.0 release by @dghubble in #30

New Contributors

Full Changelog: https://github.com/dghubble/trie/commits/v0.1.0