From 9e57c6c799375e81439895b81c5d3a87714de97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Fri, 29 Nov 2013 14:34:41 +0000 Subject: Cleanup old changelogs Change-Id: I5576fb46fad539c2cf4c09514fb1b90d7560040f Reviewed-by: Frederik Gladhorn --- dist/changes-0.1.0 | 3 +++ dist/changes-0.2.0 | 11 +++++++++++ dist/changes-0.2.1 | 4 ++++ dist/changes-0.3.0 | 10 ++++++++++ dist/changes-0.4.0 | 11 +++++++++++ dist/changes-0.5.0 | 13 +++++++++++++ dist/changes-0.6.0 | 11 +++++++++++ 7 files changed, 63 insertions(+) create mode 100644 dist/changes-0.1.0 create mode 100644 dist/changes-0.2.0 create mode 100644 dist/changes-0.2.1 create mode 100644 dist/changes-0.3.0 create mode 100644 dist/changes-0.4.0 create mode 100644 dist/changes-0.5.0 create mode 100644 dist/changes-0.6.0 (limited to 'dist') diff --git a/dist/changes-0.1.0 b/dist/changes-0.1.0 new file mode 100644 index 0000000..2b45028 --- /dev/null +++ b/dist/changes-0.1.0 @@ -0,0 +1,3 @@ +## 0.1.0 (March 15th 2013) +New: +* Initial release version of the client library diff --git a/dist/changes-0.2.0 b/dist/changes-0.2.0 new file mode 100644 index 0000000..efb0c6a --- /dev/null +++ b/dist/changes-0.2.0 @@ -0,0 +1,11 @@ +## 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 +* header added + +Fixes: +* Build and API documentation fixes +* Various smaller bug fixes + diff --git a/dist/changes-0.2.1 b/dist/changes-0.2.1 new file mode 100644 index 0000000..a987181 --- /dev/null +++ b/dist/changes-0.2.1 @@ -0,0 +1,4 @@ +## 0.2.1 (April 19th 2013) +Fixes: +* QML plugin is installed under /qml + diff --git a/dist/changes-0.3.0 b/dist/changes-0.3.0 new file mode 100644 index 0000000..cf10b1d --- /dev/null +++ b/dist/changes-0.3.0 @@ -0,0 +1,10 @@ +## 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 + diff --git a/dist/changes-0.4.0 b/dist/changes-0.4.0 new file mode 100644 index 0000000..84181de --- /dev/null +++ b/dist/changes-0.4.0 @@ -0,0 +1,11 @@ +## 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 + diff --git a/dist/changes-0.5.0 b/dist/changes-0.5.0 new file mode 100644 index 0000000..075d5e3 --- /dev/null +++ b/dist/changes-0.5.0 @@ -0,0 +1,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 \ No newline at end of file diff --git a/dist/changes-0.6.0 b/dist/changes-0.6.0 new file mode 100644 index 0000000..88e3ee6 --- /dev/null +++ b/dist/changes-0.6.0 @@ -0,0 +1,11 @@ +# Enginio Qt Library Changelog +## 0.6.0 +* Improved documentation +* Improved stability in many "edge cases" +* Examples within Enginio are not dependent on hard-coded backend anymore +* Clearer and more precise error messages +* Client library has been moved under the Qt-Project umbrella +* Groundwork laid for coming websocket support +* New binary installers for Windows, Mac and Linux +* Renamed EnginioAuthentication to EnginioBasicAuthentication (Qt API change) +* EnginioModel defined an enums with default roles (Qt API change) \ No newline at end of file -- cgit v1.2.1