Skip to content

Releases: rybakit/msgpack.php

v0.2.1

Choose a tag to compare

@rybakit rybakit released this 27 Sep 20:24

Optimized utf8/bin auto detection when pcre.jit=0

v0.2.0

Choose a tag to compare

@rybakit rybakit released this 24 Sep 09:58

Core

  • Added php7 support
  • Introduced type detection modes
  • Renamed MessagePack\Packer::packDouble() to MessagePack\Packer::packFloat()
  • Applied various performance optimizations

Tests

  • Added more tests and php runtimes (php 7.0/7.1, hhvm 3.9/3.12/latest)
  • Renamed some benchmark targets, added new ones
  • Added tests/Perf/Filter/RegexpFilter.php, renamed tests/Perf/Filter/NameFilter.php to tests/Perf/Filter/ListFilter.php, tests/Perf/Benchmark/TimeBenchmark.php to tests/Perf/Benchmark/DurationBenchmark.php

v0.1.0

Choose a tag to compare

@rybakit rybakit released this 22 Dec 09:47
Tweak README.md