Releases: xyz347/xpack
Releases · xyz347/xpack
v1.0.6
v1.0.5
v1.0.4
v1.0.3
- new feature
- support write 'null' with empty value in json
- support custom codec
- support use enum as map key
- support customize xml vector label
- encoder support SetMaxDecimalPlaces
- json support NaN
- xml support CDATA
- json support encode vector in single line
- bug fix
- fix xml encoder bug when vector size zero
- fix encoder bug when omit empty
v1.0.2
fix some xml bug
fix some xml and bson bug (#2) * add encoder wrapper and support bson * fix atoi bug when val==0 and exception in xml decode when use M in case of empty string * encoder object end add key
support json and xml
support xml (#1) * support xml and fix clang warning * support custom encode/decode * update readme