Skip to content

Releases: cinterloper/vxc

5

12 Aug 06:55
Compare
Choose a tag to compare

this includes a breaking change where json is no longer Unmarshaled inside of the program, instead, input is taken as a raw string and wrapped in json with the "payload" key

this corrects an issue where Json schema was unknown , and now supports pipeing-in plain strings

4

12 Aug 06:16
Compare
Choose a tag to compare
4

./vxc -h
usage: vxc [--connect CONNECT] [--channel CHANNEL] [--chanlist CHANLIST] [--listen] [--publish]

options:
--connect CONNECT, -c CONNECT
connect to host:port
--channel CHANNEL, -n CHANNEL
channel name
--chanlist CHANLIST env var with names of channels to listen to
--listen, -l listen
--publish, -p publish
--help, -h display this help and exit

3

30 Jul 09:56
Compare
Choose a tag to compare
3
support listening to multipule channels at once

2

05 Jul 18:12
Compare
Choose a tag to compare
2 Pre-release
Pre-release
0.2

better json unmarshal/marshal

0.1

05 Jul 04:36
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
Merge branch 'master' of github.com:cinterloper/vxc