UNPKG

792 BMarkdownView Raw
1# 2.0.0-alpha.3 (2021-07-31)
2 * **Breaking change**: Requires [`Object.is`](https://caniuse.com/mdn-javascript_builtins_object_is) or polyfill
3
4# 2.0.0-alpha.1 (2020-03-30)
5 * **Breaking change**: Requires Node 10.x
6 * migrate toolchain: TypeScript, prettier, eslint, jest, rollup
7 * export TypeScript types and esm export
8 * add support for `Map`, `Set`, negative zero, sparse arrays
9 * serialize numeric object keys as numbers (e.g. `{'1':2}` becomes `{1:2}`)
10
11# 1.0.0 (2015-09-03)
12
13 * added changelog
14 * fixed RegExp escaping of `/` on node 0.10
15 * added [standard](https://github.com/feross/standard) for code style/eslint
16
17# v0.1.3 (2014-10-08)
18
19 * use toString for functions
20
21# v0.1.2 (2014-05-14)
22
23 * fixes circular reference bug
24
25# v0.1.1 (2011-04-24)
26
27 * initial release