libjson-rpc-cpp v0.4 Release Notes

Release Date: 2014-11-21 // over 9 years ago
  • ๐Ÿ›  Fixed

    • Memory leaks

    โž• Added

    • ๐Ÿ— Full WIN32 build support
    • ๐Ÿ‘ JavaScript client stub support
    • ๐Ÿ‘Œ Improved test coverage (100% line coverage)

    ๐Ÿ”„ Changed

    • Switched Http Server to libmicrohttpd
    • โœ‚ Removed TCP Client/Server implementation due to security and codestyle problems.
    • โœ‚ Removed dirty pointer stuff in bindAndAddX() methods.
    • Using call by value in generated stubs for primitive data types.