Releases: progaudi/msgpack.spec
Releases · progaudi/msgpack.spec
Opening some extensions methods to public
3.0.0 - ReadOnlySequence support
3.0.0 (2019-01-11)
Features
- .net core 2.2 (b5bf2191)
- CI:
- move msgpack.spec to common pipelines (6eb502e4)
- windows has global 1.1 (5fb375ea)
- check global 1.1 (16f57951)
- let's inspect that image (424cc7e3)
- use %LocalAppData%\Microsoft\dotnet as specified in install script (b068c214)
- Invoke-Expression should be used. (a64592f0)
- use ";" for separating commands. (1ee094b6)
- powershell scripting. (e85b40d1)
- use $Home for powershell (fd2f4ee3)
- move OS condition to
condition
section. (79fe2505)
- DataLengths: use constants (0a334c47)
- Map: introduce tests for ReadOnlySequence (7e4ef275)
- ReadOnlySequence:
- read extensions (5a833efa)
- read binary from ReadOnlySequnce (66a51f63)
- add shortcut for single element sequences (4b7061a2)
- tests for nil (c48e24d5)
- Maps (bab3e37c)
- read array headers (11ad7c06)
- unify exceptions (f37ea7d3)
- read float and double (f31f9b21)
- extract reading from sequence into function. (de10db6e)
- reading integers (8058b039)
- 1 byte types (500a7062)
- new tests (6d14331c)
- String:
- Targets: add targeting of individual frameworks (58342762)
- Token: reading tokens from ReadOnlySequence (fd3a526a)
Bug Fixes
Introduce DataLengths class
- Introduce DataLengths
- Move all length-related constants to DataLengths
- Fix a bug in TryReadMap32Header method.
Move to progaudi.buffers and fix one small bug
Merge pull request #13 from progaudi/v1.1.0 V1.1.0