All Versions
15
Latest Version
Avg Release Cycle
77 days
Latest Release
1939 days ago

Changelog History
Page 1

  • v0.3.9 Changes

    January 02, 2019

    ๐Ÿ›  Fixed

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

    March 12, 2017

    ๐Ÿ›  Fixed

    • Correct lookup issue caused by incorrect comparison of shared key #21
    • ๐Ÿ‘Œ Improve support for non-ascii keys in a tree.
  • v0.3.7 Changes

    February 04, 2017

    ๐Ÿ›  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 Changes

    January 18, 2017

    ๐Ÿ›  Fixed

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

    November 25, 2016

    ๐Ÿ›  Fixed

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

    November 12, 2016

    ๐Ÿ›  Fixed

    • Ensure catch all parameter can be used as optional globbing (@jwoertink)
  • v0.3.3 Changes

    November 12, 2016

    ๐Ÿ›  Fixed

    • Ensure catch all parameter can be used as optional globbing (@jwoertink)
  • v0.3.2 Changes

    November 05, 2016

    ๐Ÿ›  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 Changes

    July 29, 2016

    โž• Added

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

    April 16, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve forward compatibility with newer versions of the compiler by adding
      missing types to solve type inference errors.

    ๐Ÿ”„ Changed

    • Radix::Tree now requires the usage of a type which will be used as node's
      ๐Ÿ‘€ payload. See README for details.