CHANGES.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 2020-02-26 version 0.2.0 (generator/QtProtobuf)
  2. QtProtobuf
  3. * Rename generate_qtprotobuf to qtprotobuf_generate
  4. * Migrate to new types registration approach. All protobuf types including generated might be registred by calling 'QtProtobuf::qRegisterProtobufTypes()'
  5. * Add basic qmake build procedures support
  6. * Update well-known types registration. Migrate to common types registration
  7. * Add .deb package generation based on CPack
  8. * Add static build support
  9. * Migate to options-based parameters for qtprotobuf_generate
  10. * Migrate to whole-archive linking for generated code
  11. * Supress boringssl warning when compile for windows
  12. generator
  13. * Align cmake variable names to unified style
  14. * Add folder-based generation for multi and single file generators
  15. * Add code annotations generation
  16. * Fix headers for generated enums when QML enabled
  17. 2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
  18. QtProtobuf
  19. * Implement qml aliasing for transparent fields
  20. * Fix repeated field update signals
  21. * Add update signals for repeated fields when move semantics is used
  22. * Improve installation rules
  23. * Add handlers container protection for multithreading
  24. * Make return value of simple types getters constant
  25. generator
  26. * Fix warning of non-existing protoc includepath
  27. 2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
  28. QtProtobuf
  29. * Implement basic protobuf serialization and deserialization
  30. * Add possibility to extend serializers list using Qt plugins mechnism
  31. QtGrpc
  32. * Implement gRPC channels and clients
  33. * Implement scalable gRPC credentials
  34. generator
  35. * Generator for protobuf messages and gRPC clients