- Notifications
You must be signed in to change notification settings - Fork 171
Pull requests: msgpack/msgpack-javascript
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Revert "[suggestion] chore: add annotation typescript usage in README"
#142 by gfx was merged Oct 11, 2020 Loading…
enable noUncheckedIndexedAccess for stricter type checking
#151 by gfx was merged Jan 3, 2021 Loading…
add tests and examples to decode multi-value MessagePack binaries with decodeStream()
#153 by gfx was merged Feb 6, 2021 Loading…
fix: make decodeAsync(), decodeStream(), and decodeArrayStream() to take BufferSource
#155 by gfx was merged Feb 14, 2021 Loading…
upgrade TypeScript compiler to 4.2 and enable --noPropertyAccessFromIndexSignature
#162 by gfx was merged Mar 1, 2021 Loading…
Introduce Fuzzing with jsFuzz and fix issues found by fuzzing
#176 by gfx was merged May 4, 2021 Loading…
Handle the case where process.env does not exists (but process exists)
#200 by gfx was merged Feb 8, 2022 Loading…
fix #212; Let Encoder#encode() return a copy of the internal buffer
#213 by gfx was merged Sep 2, 2022 Loading…
avoid using typescript-specific language extensions (const enum)
#217 by gfx was merged Nov 6, 2022 Loading…
ProTip! Filter pull requests by the default branch with base:main.