Skip to content

Releases: progaudi/msgpack.spec

Opening some extensions methods to public

13 Jan 11:23
a219eb0
Compare
Choose a tag to compare

3.1.0 Opening some extensions methods to public (2019-01-13)

Features

  • ReadOnlySequence:

3.0.0 - ReadOnlySequence support

11 Jan 21:00
c51f82c
Compare
Choose a tag to compare

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:
  • String:
    • reorder code and fix bug in Convert for 1.*. (c218a76f)
    • reading from ReadOnlySequence (b993b9ab)
    • using encoders and decoders (6425cb45)
  • Targets: add targeting of individual frameworks (58342762)
  • Token: reading tokens from ReadOnlySequence (fd3a526a)

Bug Fixes

  • Binary: reading binary (062df109)
  • Extension: various bugs in reading (0871a787)
  • String:
    • zero-length string is a special case (dd6f23a5)
    • we need to use right offset value (1e67ca4a)
    • we forgot to use offset after header (a69f8311)
  • Tests:

Introduce DataLengths class

05 Oct 21:23
3c8b0eb
Compare
Choose a tag to compare
  • Introduce DataLengths
  • Move all length-related constants to DataLengths
  • Fix a bug in TryReadMap32Header method.

Move to progaudi.buffers and fix one small bug

21 Aug 12:59
d3c6c94
Compare
Choose a tag to compare
Merge pull request #13 from progaudi/v1.1.0

V1.1.0

1.0.0

03 Aug 15:37
Compare
Choose a tag to compare

First release of our library.