Skip to content

Pull requests: msgpack/msgpack-javascript

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
refine int64 handling
#19 by gfx was merged May 9, 2019 Loading… updated May 9, 2019
refactor: introduce timestamp.ts
#21 by gfx was merged May 10, 2019 Loading… updated May 10, 2019
workround IE11 issues
#24 by gfx was merged May 12, 2019 Loading… updated May 12, 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 tests for dist files
#30 by gfx was merged May 26, 2019 Loading… updated May 26, 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
releng for v1.3.0
#47 by gfx 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
fix RangeError in encoding BLOB
#66 by gfx was merged Jun 12, 2019 Loading… updated Jun 12, 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
Update typescript-eslint to 2.9
#93 by gfx was merged Nov 26, 2019 Loading… updated Nov 26, 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
Upgrade typescript-eslint to 2.14.0
#96 by gfx was merged Jan 6, 2020 Loading… updated Jan 6, 2020
ProTip! Exclude everything labeled bug with -label:bug.