blob: 075d5e3c7199debbc5e317d1c4a37e87f8f15a8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## 0.5.0 (July 5th 2013)
* New more Qt-like API, based on QNetworkAccessManager design
* QJS and QJson based API
* New classes:
- EnginioClient: main class for all direct queries
- EnginioModel: model for simple data access and fast View & Delegate integration
- EnginioReply: class that contains query data and network status
- EnginioAuthentication: basic authentication
* New building process
- Enginio client library is now a Qt add-on module
- Separate code for qml plugin that doesn't have to be built if not needed
* New repository layout: tests and examples were moved to the same repository
* All operation classes were removed
|