Releases: gieseladev/wampli
Releases · gieseladev/wampli
Version 0.3.1
Support for using aliases in URIs.
$<alias>
will be substituted with the alias alias, assuming that it is followed by the end of the component.
To use an alias to build a component, the template can be suffixed with another "$": $<alias>$
.
$tld.$domain$_world.$p
with
tld = "com"
domain = "hello"
p = "start"
will be turned into: com.hello_world.start
Version 0.3
Add URI parsing which converts glob-based uri patterns to WAMP uris.
Version 0.2.0
Switched to aiowamp
.