- Breaking change: Requires
Object.is
or polyfill
- Breaking change: Requires Node 10.x
- migrate toolchain: TypeScript, prettier, eslint, jest, rollup
- export TypeScript types and esm export
- add support for
Map
,Set
, negative zero, sparse arrays - serialize numeric object keys as numbers (e.g.
{'1':2}
becomes{1:2}
)
- added changelog
- fixed RegExp escaping of
/
on node 0.10 - added standard for code style/eslint
- use toString for functions
- fixes circular reference bug
- initial release