Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ludocode/msgpack-tools

msgpack-tools v0.6

Choose a tag to compare

@ludocode ludocode released this 22 Jan 20:12

New features:

  • Added msgpack2json continuous mode (-c and -C) to convert a stream of top-level objects (#4)

Bug fixes:

  • Fixed a bug that could cause a newline to be printed incorrectly in pretty-printing mode

msgpack-tools v0.5

Choose a tag to compare

@ludocode ludocode released this 17 Jul 00:33

Changes:

  • Removed top-level array/map requirement (#3)
  • Moved dependency downloading and man page generation into CMake build process (#2)
  • Added support for build .deb package (#1)
  • Fixed incorrect buffer sizes

msgpack-tools v0.4

Choose a tag to compare

@ludocode ludocode released this 29 May 19:17

Changes:

  • Fixed issues with stream parsing (e.g. piping to/from netcat)
  • Fixed man page installation directory (prefix/share/man)

msgpack-tools v0.3.1

Choose a tag to compare

@ludocode ludocode released this 10 Apr 15:22

Changes:

  • Fixed build errors on old compilers that default to C89

msgpack-tools v0.3

Choose a tag to compare

@ludocode ludocode released this 10 Apr 08:17

Changes:

  • Switched JSON parsing library to RapidJSON
  • Updated configure script to support LDFLAGS and non-bash shells

msgpack-tools v0.2

Choose a tag to compare

@ludocode ludocode released this 16 Nov 01:22

Changes:

  • Renamed project to msgpack-tools
  • Added ./configure CMake wrapper from nemequ/configure-cmake
  • Updated MPack and YAJL versions

msgpack2json v0.1

msgpack2json v0.1 Pre-release
Pre-release

Choose a tag to compare

@ludocode ludocode released this 21 Sep 05:14

Initial release