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

Added bin format family support.
#2 by redboltz was merged Jul 2, 2015 Loading… updated Jul 2, 2015
npm install msgpack/msgpack-javascript
#4 by kawanet was closed Aug 23, 2015 Loading… updated Aug 23, 2015
Rebirth as @msgpack/msgpack
#6 by gfx was closed Apr 21, 2019 Loading… updated Apr 21, 2019
1 of 4 tasks
npm install msgpack/msgpack.codec
#5 by kawanet was closed May 2, 2019 Loading… updated May 2, 2019
Added an unpacked size getter function.
#3 by redboltz was closed May 2, 2019 Loading… updated May 2, 2019
Fix map handling in .js and .codec.js to match .base.js
#1 by roncli was closed May 2, 2019 Loading… updated May 2, 2019
swap the arg order in extension encoder because it can be optional
#10 by gfx was merged May 2, 2019 Loading… updated May 2, 2019
Rewrite implementation in TypeScript
#7 by gfx was merged May 2, 2019 Loading… updated May 2, 2019
5 of 6 tasks
Make encode() return Uint8Array
#8 by gfx was merged May 2, 2019 Loading… updated May 2, 2019
Bundle as es5 for browsers
#9 by gfx was merged May 2, 2019 Loading… updated May 2, 2019
Improve extensions api and fix bugs in timestamp
#11 by gfx was merged May 2, 2019 Loading… updated May 2, 2019
DataView to encode / decode int / float
#12 by gfx was merged May 4, 2019 Loading… updated May 4, 2019
Introduce decodeAsync() for streaming decoding
#13 by gfx was merged May 6, 2019 Loading… updated May 6, 2019
Fix timestamp 96's nsec to be unsignd
#14 by gfx was merged May 6, 2019 Loading… updated May 6, 2019
add codecov settings
#15 by gfx was merged May 7, 2019 Loading… updated May 7, 2019
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
setup Karma config
#20 by gfx was merged May 10, 2019 Loading… updated May 10, 2019
refactor: introduce timestamp.ts
#21 by gfx was merged May 10, 2019 Loading… updated May 10, 2019
use SauceLabs in CI
#22 by gfx was merged May 11, 2019 Loading… updated May 11, 2019
SauceLabs build ID
#23 by gfx was merged May 11, 2019 Loading… updated May 11, 2019
workround IE11 issues
#24 by gfx was merged May 12, 2019 Loading… updated May 12, 2019
replace ../src with @msgpack/msgpack in README
#25 by azu was merged May 14, 2019 Loading… updated May 14, 2019
ProTip! Exclude everything labeled bug with -label:bug.