CHANGES.txt 828 B

12345678910111213141516171819202122
  1. 2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
  2. QtProtobuf
  3. * Implement qml aliasing for transparent fields
  4. * Fix repeated field update signals
  5. * Add update signals for repeated fields when move semantics is used
  6. * Improve installation rules
  7. * Add handlers container protection for multithreading
  8. * Make return value of simple types getters constant
  9. generator
  10. * Fix warning of non-existing protoc includepath
  11. 2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
  12. QtProtobuf
  13. * Implement basic protobuf serialization and deserialization
  14. * Add possibility to extend serializers list using Qt plugins mechnism
  15. QtGrpc
  16. * Implement gRPC channels and clients
  17. * Implement scalable gRPC credentials
  18. generator
  19. * Generator for protobuf messages and gRPC clients