This repository has been archived by the owner on May 8, 2019. It is now read-only.
Releases: dchenk/msgp
Releases · dchenk/msgp
Performance improvements and a new feature
This version introduces many performance improvements throughout the runtime library and the feature to decode unsigned integers into signed Go integers when this is accurate. This feature makes the library more compatible with other MessagePack implementations (most of which by default encode non-negative integers as unsigned integers).
0.9.1
Stable, but planning more features and improvements
0.9.0 Added fix to ignore blank identifier aliased imports