Skip to content

Commit 9ec2ec0

Browse files
committed
changelog
1 parent 62208ac commit 9ec2ec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0-beta1
77
* Add an option `useBigInt64` to map JavaScript's BigInt to MessagePack's int64 and uint64 ([#223](https://github.com/msgpack/msgpack-javascript/pull/223))
88
* Drop IE11 support ([#221](https://github.com/msgpack/msgpack-javascript/pull/221))
99
* It also fixes [feature request: option to disable TEXT_ENCODING env check #219](https://github.com/msgpack/msgpack-javascript/issues/219)
10-
*
10+
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md:
11+
* `new Encoder(options: EncoderOptions)`: it takes the same named-options as `encode()`
12+
* `new Decoder(options: DecoderOptions)`: it takes the same named-options as `decode()`
1113

1214
## 2.8.0 2022-09-02
1315

0 commit comments

Comments
 (0)