- Notifications
You must be signed in to change notification settings - Fork 170
Pull requests: msgpack/msgpack-javascript
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
validate data is complete; no extra bytes not insufficient data are allowed
#16 by gfx was merged May 8, 2019 Loading… updated May 8, 2019
make Encoder to handle bigint with ExtensionCodec
#17 by gfx was merged May 8, 2019 Loading… updated May 8, 2019
make initialBufferSize of Encoder configuable
#18 by gfx was merged May 8, 2019 Loading… updated May 8, 2019
Implement some functions in AssemblyScript/WebAssembly
#26 by gfx was merged May 25, 2019 Loading… updated May 25, 2019
reduce array allocation in encoding maps
#29 by gfx was merged May 25, 2019 Loading… updated May 25, 2019
improve: more smart conditions of string decoding functions
#39 by gfx was merged May 29, 2019 Loading… updated May 29, 2019
support whatwg-stream.ReadableStream as decodeAsync() input source Feature
#43 by gfx was merged May 30, 2019 Loading… updated May 30, 2019
Add basic tests for decodeArrayStream Tests
#44 by sergeyzenchenko was merged May 30, 2019 Loading… updated May 30, 2019
fix tests on Edge for ReadableStream Tests
#49 by gfx was merged May 31, 2019 Loading… updated Jun 5, 2019
simplify type of decode()'s first arg; ArrayLike<number> includes Uint8Array, anyway Docs
#51 by gfx was merged May 31, 2019 Loading… updated May 31, 2019
allow stream ponyfill as ReadableStream
#67 by gfx was merged Jun 13, 2019 Loading… updated Jun 13, 2019
Improve array decoding performance
#32 by sergeyzenchenko was merged May 28, 2019 Loading… updated Jul 3, 2019
feature: decode ArrayBuffer as well as byte arrays
#78 by gfx was merged Jul 17, 2019 Loading… updated Jul 17, 2019
Cached string decoder for map keys (CachedKeyDecoder) Perf Improvement
#54 by sergeyzenchenko was merged Aug 2, 2019 Loading… updated Aug 7, 2019
Add support for numbers as map keys
#84 by sergeyzenchenko was merged Aug 30, 2019 Loading… updated Aug 30, 2019
Make cachedKeyDecoder configurable
#85 by sergeyzenchenko was merged Aug 30, 2019 Loading… updated Aug 31, 2019
remove WebAssembly stuff because it is not much faster than pureJs
#95 by gfx was merged Dec 27, 2019 Loading… updated Dec 27, 2019
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.