Releases: TcHaxx/snappy
Releases · TcHaxx/snappy
v0.2.0
v0.1.0
feat(v0.1): First release
All features have been implemented (MVP).
Still needs some work, e.g. Unit-Tests, more documentation ...
v0.0.4
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
chore(v0.0.3): Adapt to latest TcHaxx.rplc
v0.0.2
fix(v0.0.2/CLI): Add an non-default parser for BaseOptions