Skip to content

Commit 1ad2e68

Browse files
committed
doc: add note about the classic msgpack-javascript
1 parent e705925 commit 1ad2e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ https://msgpack.org/
1010

1111
This library is a universal JavaScript, which suppors both browsers and NodeJS. In addition, because it is implemented in TypeScript, type definition files (`d.ts`) are bundled in the distribution.
1212

13+
*Note that this is the second version of MessagePack for JavaScript. The first version, which was implemented in ES5 and was never released to npmjs.com, is tagged as [classic](https://github.com/msgpack/msgpack-javascript/tree/classic).*
14+
1315
## Synopsis
1416

1517
```typescript

0 commit comments

Comments
 (0)