shard-radix/src
Luis Lavena c8d20afc54 fix(Tree): allows catch all to be used as optional globbing
Catch all parameter was limited to be used *after* a slash (`/`) on
a path (ie. `/members/*trailing`).

Attempts to use it immediately after the path (ie. `/members*trailing`)
was not properly identified or captured.

This change ensures catch all can be used as globbing, allowing capture
of anything after the matching path.

Closes #12
2016-11-12 13:10:44 -03:00
..
radix fix(Tree): allows catch all to be used as optional globbing 2016-11-12 13:10:44 -03:00
radix.cr Add VERSION constant for runtime usage 2016-05-16 20:37:41 -03:00