Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Releases: gbrlsnchs/patricia

0.4.2 - 2018-03-02

02 Mar 14:33
Compare
Choose a tag to compare

Fixed

  • Concurrency tests now completely run.

0.4.1 - 2018-03-01

01 Mar 16:55
Compare
Choose a tag to compare

Fixed

  • Concurrency inconsistency.

0.4.0 - 2017-12-11

11 Dec 02:57
Compare
Choose a tag to compare

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

04 Dec 02:14
Compare
Choose a tag to compare

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 and Tree.WithoutNode.

0.2.1 - 2017-11-11

12 Nov 01:52
Compare
Choose a tag to compare

Added

  • Benchmark flag.

Fixed

  • goimports installation missing.

0.2.0 - 2017-11-08

08 Nov 02:27
Compare
Choose a tag to compare

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

01 Nov 17:07
Compare
Choose a tag to compare

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

01 Nov 02:12
Compare
Choose a tag to compare

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

31 Oct 18:47
Compare
Choose a tag to compare

Changed

  • README file.

Fixed

  • Output examples.

0.1.0 - 2017-10-31

31 Oct 16:24
Compare
Choose a tag to compare

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.