Skip to content

Releases: luislavena/radix

v0.4.1

23 Mar 12:19
v0.4.1
Compare
Choose a tag to compare

Fixed

v0.4.0

31 Jan 03:04
v0.4.0
Compare
Choose a tag to compare

Fixed

  • Correct lookup issue caused by partial shared key with glob #23
  • Correct lookup caused by non-root key in suffix #27

Removed

  • Remove Radix::Result#key since exposes internal details about structure (breaking change)

v0.3.9 - Green Steel

02 Jan 18:09
v0.3.9
Compare
Choose a tag to compare

Fixed

  • Correct catch-all issue caused when paths differ #26 (@silasb)

v0.3.8 - Green Steel

12 Mar 16:10
v0.3.8
Compare
Choose a tag to compare

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

04 Feb 16:04
v0.3.7
Compare
Choose a tag to compare

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

18 Jan 15:33
v0.3.6
Compare
Choose a tag to compare

Fixed

  • Correct lookup issue caused by similar priority between named paramter and
    shared partial key kemalcr/kemal#293

v0.3.5 - Green Steel

25 Nov 00:11
v0.3.5
Compare
Choose a tag to compare

Fixed

  • Correct lookup issue when dealing with catch all and shared partial key (@crisward)

v0.3.4 - Green Steel

12 Nov 18:52
v0.3.4
Compare
Choose a tag to compare

Fixed

  • Ensure catch all parameter can be used as optional globbing (@jwoertink)

v0.3.2 - Green Steel

05 Nov 18:39
v0.3.2
Compare
Choose a tag to compare

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

29 Jul 16:31
v0.3.1
Compare
Choose a tag to compare

Added

  • Introduce Radix::VERSION so library version can be used at runtime.