aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
blob: 0cd0a64d2df78e257299b59381eb510225c06f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Enginio Qt Library Changelog

## 0.4.0 (May 31st 2013)
New:
* UsergroupOperation added
* Usergroup members can now be fetched with query operation
* Get usergroups of logged in user from QML

Fixes:
* Handle removed and null properties correctly in EnginioJsonObject
* Use default flags with ObjectModel
* Internal ACL fixes

## 0.3.0 (May 7th 2013)
New:
* Usage simplified by building Enginio library as a proper Qt5 module. Now only configuration required is `QT += enginio`.
* QML FileOperation added
* Chunked file upload implemented

Fixes:
* Build issues on Mac
* Object given to ObjectOperation::create/read/update methods updated properly when operation is finished

## 0.2.1 (April 19th 2013)
Fixes:
* QML plugin is installed under <QML_INSTALL_DIR>/qml

## 0.2.0 (April 16th 2013)
New:
* QueryOperation now supports fulltext search
* AclOperation added for handling object permissions
* FileOperation added for uploading files to backend
* <Enginio/Enginio> header added

Fixes:
* Build and API documentation fixes
* Various smaller bug fixes

## 0.1.0 (March 15th 2013)
New:
* Initial release version of the client library

Fixes:
* None