Releases: luislavena/radix
Releases · luislavena/radix
v0.4.1
Fixed
- Indicate minimum Crystal version (for 1.0 compatibility) #32 (@carlhoerberg)
v0.4.0
v0.3.9 - Green Steel
v0.3.8 - Green Steel
Fixed
- Correct lookup issue caused by incorrect comparison of shared key #21
- Improve support for non-ascii keys in a tree.
v0.3.7 - Green Steel
Fixed
- Correct prioritization of node's children using combination of kind and
priority, allowing partial shared keys to coexist and resolve lookup.
v0.3.6 - Green Steel
Fixed
- Correct lookup issue caused by similar priority between named paramter and
shared partial key kemalcr/kemal#293
v0.3.5 - Green Steel
Fixed
- Correct lookup issue when dealing with catch all and shared partial key (@crisward)
v0.3.4 - Green Steel
Fixed
- Ensure catch all parameter can be used as optional globbing (@jwoertink)
v0.3.2 - Green Steel
Fixed
- Do not force adding paths with shared named parameter in an specific order (@jwoertink)
- Give proper name to
Radix::VERSION
spec when running in verbose mode. - Ensure code samples in docs can be executed.
v0.3.1 - Green Steel
Added
- Introduce
Radix::VERSION
so library version can be used at runtime.