Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Releases: Skycoder42/QtJsonSerializer

API update, enums devices and JSON properties

03 Apr 17:03
Compare
Choose a tag to compare

This release is 2.0.0, because I modified the serializer to use private implementations. You should be able to compile against the new version without changes.

Changelist:

  • serializer uses private implementation
  • Added support for enum de/serialization with integer or string
  • Added de/serialization to QIODevices
  • Added support for QJson* properties, the now are properly handled

Minor API updates & documentation

28 Feb 21:36
Compare
Choose a tag to compare

Fixed some inconsistencies and bad coding style stuff. Created documentation.

With this release, I consider the API stable.

Qt Module release

25 Feb 20:24
Compare
Choose a tag to compare

This release provides the serializer as a full Qt module.

Add to your Qt Maintenancetool:

Qt Module release

24 Feb 22:58
Compare
Choose a tag to compare

This release includes modules for Qt 5.8 for all platforms

Initial Release

07 Feb 15:13
Compare
Choose a tag to compare
1.0.0

fixed readme