Skip to content

Releases: luislavena/radix

v0.3.0 - Green Steel

16 Apr 20:27
Compare
Choose a tag to compare

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.

v0.2.1 - Frozen Lion

16 Apr 20:28
Compare
Choose a tag to compare

Fixed

  • Correct Result#key incorrect inferred type.

Removed

  • Attempt to use two named parameters at the same level will raise
    Radix::Tree::SharedKeyError

v0.1.2 - Wild Sky (bugfix)

10 Mar 23:24
Compare
Choose a tag to compare

Fixed

  • No longer split named parameters that share same level (@alsm)

Changed

  • Attempt to use two named parameters at same level will display a
    deprecation warning. Future versions will raise Radix::Tree::SharedKeyError

v0.1.1 - Wild Sky (bugfix)

29 Feb 15:17
Compare
Choose a tag to compare

Fixed

  • Fix named parameter key names extraction.

v0.1.0 - Wild Sky

24 Jan 22:45
Compare
Choose a tag to compare

Initial release based on code extracted from Beryl project.