This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
Releases: OlehKulykov/FayeCpp
Releases · OlehKulykov/FayeCpp
1.1.0.506
Appveyor CI build artifacts. Compressed install path with binaries, libraries and configured headers
1.1.0.504
Appveyor CI build artifacts. Compressed install path with binaries, libraries and configured headers
1.1.0.503
Appveyor CI build artifacts. Compressed install path with binaries, libraries and configured headers
1.1.0.501
Appveyor CI build artifacts. Compressed install path with binaries, libraries and configured headers
1.1.0.500
Appveyor CI build artifacts. Compressed install path with binaries, libraries and configured headers
0.2.0
- Minimum supported client version is 1.0.
- Public advice information.
- Use Libwebsockets version 1.6.
- Automatic reconnect using advice information (Libwebsockets & QWebSocket transport version).
0.1.15
- Important json update.
- Patch for building in Windows with MSC version 19 (Windows SDK 10).
- Remove redefinition of preprocessor macros.
0.1.14
- Minor JSON parsing optimizations.
- Minor client responce processing optimizations.
- Refactor websocket connection method and remove unused string data copying.
- Variant holder structure modifications and remove C casting.
- iOS Swift example application.
- Fix REVariantMap comparation.
0.1.13
- Objective-C client ARC mode only, of course dec. speed, but no need to control delegate pointer during deallocating.
- Objective-C client nullable & nonnullable methods/properties, need for integration with Swift.
0.1.12
- Cocoapod now available also for OSX 10.7 and later.
- Objective-C client minor update.