Skip to content

Releases: gieseladev/wampli

Version 0.3.1

24 Nov 00:04
4f52ba4
Compare
Choose a tag to compare

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

22 Nov 17:50
6a1f9a8
Compare
Choose a tag to compare

Add URI parsing which converts glob-based uri patterns to WAMP uris.

Version 0.2.0

16 Nov 15:16
47940c6
Compare
Choose a tag to compare

Switched to aiowamp.