Skip to content

Releases: xyz347/xpack

v1.0.6

v1.0.5

07 May 00:48
Compare
Choose a tag to compare
  1. support Qt6
  2. support MySQL
  3. fix some compile warning of xml

v1.0.4

04 Feb 00:09
fc9b780
Compare
Choose a tag to compare
  • use shared_ptr in JsonData
  • fix null type bug for JsonData
  • add English README
  • fix a test bug

v1.0.3

02 Dec 23:31
Compare
Choose a tag to compare
  • 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

24 Feb 05:35
Compare
Choose a tag to compare
  1. fix some compile warning
  2. support long long in Windows
  3. json support map<int, T>
  4. json support JsonData
  5. support array
  6. make encoder/decoder noncopyable
  7. optimize for qt
  8. Fix the bug that the string will be truncated when it contains u0000

fix some xml bug

09 Jan 16:00
e63b8a9
Compare
Choose a tag to compare
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

31 Dec 13:04
dfcd44c
Compare
Choose a tag to compare
support xml (#1)

* support xml and fix clang warning
* support custom encode/decode
* update readme