Skip to content

Releases: TcHaxx/snappy

v0.2.0

15 Sep 10:11
6ddc66e
Compare
Choose a tag to compare

chore(v0.2): Improve RPC handling

Add IRpcMethodMarker to flag interfaces to be used for RPC,
which makes it easier to extend with new services in future.

v0.1.0

19 Feb 18:42
46b56c3
Compare
Choose a tag to compare

feat(v0.1): First release

All features have been implemented (MVP).
Still needs some work, e.g. Unit-Tests, more documentation ...

v0.0.4

11 Feb 15:14
dbf0eae
Compare
Choose a tag to compare

chore(v0.0.4/CLI): Add option to specify floating point precision

With option -f or --fpp, a floating point precision may be specified, defaults to 5 decimal places.

NOTE
This option is valid for REAL and LREAL values, since we cannot
distinguish between them anymore (JSON string).

v0.0.3

11 Feb 10:29
65a0267
Compare
Choose a tag to compare

chore(v0.0.3): Adapt to latest TcHaxx.rplc

v0.0.2

10 Feb 18:58
fc879bc
Compare
Choose a tag to compare

fix(v0.0.2/CLI): Add an non-default parser for BaseOptions