Commit graph

16 commits

Author SHA1 Message Date
Luis Lavena
e2e402fcaf Prepare for release: v0.4.1 2021-03-23 09:15:56 -03:00
Carl Hörberg
4f8685e37e
Crystal 1.0.0 compability
A crystal version property is required for crystal 1.0.0 compability
2021-03-23 09:15:20 +01:00
Luis Lavena
9dac238444 Prepare for release: v0.4.0 2021-01-31 00:01:06 -03:00
Luis Lavena
cc7b59ec77 Prepare for release: v0.3.9 2019-01-02 19:03:19 +01:00
Luis Lavena
211418416a Prepare for release: v0.3.8 2017-03-12 13:02:56 -03:00
Luis Lavena
b81ac70758 Prepare for release: v0.3.7 2017-02-04 13:00:14 -03:00
Luis Lavena
6c8981af91 Prepare for release: v0.3.5 2016-11-24 21:04:15 -03:00
Luis Lavena
6880b341a6 Prepare for release: v0.3.4
Yank v0.3.3 due mismatched `Radix::VERSION` version.
2016-11-12 15:49:32 -03:00
Luis Lavena
e4c53ba7b9 Prepare for release: v0.3.2 2016-11-05 15:32:44 -03:00
Luis Lavena
95d2d0aedb Prepare for release: v0.3.1 2016-07-29 18:27:51 +02:00
Luis Lavena
54d3b627a2 Prepare for release: v0.3.0 2016-04-16 17:19:29 -03:00
Luis Lavena
18bf9b132e Prepare for release: v0.2.1 2016-03-15 20:57:55 -03:00
Luis Lavena
ca41d21294 Remove deprecation on shared named parameters
Deal with named parameters under same level (shared) and raise
proper `SharedKeyError` exception.

This is a non-backward compatible change aims to solve result
mapping issues and tree lookup.

Now README covers this under *Caveats* section and offers an
alternative organization of the paths used on the tree.

To avoid potential issues when using `master` instead of a locked
release, bump the version.
2016-03-10 20:54:34 -03:00
Luis Lavena
ae814c608c Prepare for release: v0.1.2 2016-03-10 20:18:59 -03:00
Luis Lavena
c54767a9b1 Prepare for release: v0.1.1 2016-02-29 12:11:12 -03:00
Luis Lavena
7f348cae8c Extraction: initial import
Extract Radix Tree implementation from `Beryl` project into an
standalone library to facilitate usage by other developers.

- Move `Tree`, `Node` and `Result` into `Radix` namespace
- Clenaup standalone README and describe usage
2016-01-24 19:19:42 -03:00