Skip to content

Commit

Permalink
tweakss
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Mar 10, 2023
1 parent 9ec2ec0 commit 842dc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0-beta1
* Add an option `useBigInt64` to map JavaScript's BigInt to MessagePack's int64 and uint64 ([#223](https://github.com/msgpack/msgpack-javascript/pull/223))
* Drop IE11 support ([#221](https://github.com/msgpack/msgpack-javascript/pull/221))
* It also fixes [feature request: option to disable TEXT_ENCODING env check #219](https://github.com/msgpack/msgpack-javascript/issues/219)
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md:
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md ([#224](https://github.com/msgpack/msgpack-javascript/pull/224)):
* `new Encoder(options: EncoderOptions)`: it takes the same named-options as `encode()`
* `new Decoder(options: DecoderOptions)`: it takes the same named-options as `decode()`

Expand Down

0 comments on commit 842dc45

Please sign in to comment.