v0.5.0
Changes in v0.5.0
- added
--versionoption to jsonrpcstub. - added msvc support.
- added data field support for JsonRpcException.
- added contributions guide: https://github.com/cinemast/libjson-rpc-cpp#contributions
- HttpClient uses Http Keep-Alive, which improves performance drastically.
- Added
LIB_SUFFIXto CMake to support multilib. - Fixed building tests with examples disabled.
- Made static library build optional (via
BUILD_STATIC_LIBS). - Fixed unnecessary rebuilds of stubs on each
makecall.