This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
Releases: gbrlsnchs/patricia
Releases · gbrlsnchs/patricia
0.4.2 - 2018-03-02
0.4.1 - 2018-03-01
Fixed
- Concurrency inconsistency.
0.4.0 - 2017-12-11
Added
- Makefile.
- Thread safety (if enabled).
- Thread safety test and example.
Changed
- Travis CI config script.
Fixed
Node.IsLeaf
now returns a correct value.- This package now correctly implements a PATRICIA tree.
Removed
- Travis CI script for running goimports.
0.3.0 - 2017-12-04
Added
- Alphabetical sorting.
Changed
- Sorting is not made automatically anymore.
- Characters in the printed tree.
- README file.
Fixed
- CHANGELOG code citations are shown as code instead of ordinary text.
- README typo.
- Tests are now run in the correct order.
Tree.Add
now correctly adds a node as a prefix.
Removed
Tree.WithNode
andTree.WithoutNode
.
0.2.1 - 2017-11-11
Added
- Benchmark flag.
Fixed
- goimports installation missing.
0.2.0 - 2017-11-08
Added
- Specific methods for inserting and deleting a node and also return the tree.
Changed
- Enhance basic operations' algorithms.
- Remove basic operations' return value.
0.1.3 - 2017-11-01
Added
- Some use cases to the tests table.
Changed
- Variable name "Val" to "Value".
Fixed
- GetByRune method returning a non-nil map even when not matching the string.
0.1.2 - 2017-11-01
Changed
- Update this file to use "changelog" in lieu of "change log".
Fixed
- Out of range bug when dynamically looking up a string.
0.1.1 - 2017-10-31
Changed
- README file.
Fixed
- Output examples.
0.1.0 - 2017-10-31
Added
- This change log file.
- README file.
- MIT License.
- Travis CI configuration file and scripts.
- Git ignore file.
- Editorconfig file.
- This package's source code, including examples and tests.
- Go dep files.