Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 2.89 KB

2.17.1 (2019-11-26)

Bug Fixes

  • set-up semantic-release packages (0554c7e)

2.15.5 (2019-07-16)

Bug Fixes

2.15.4 (2019-06-01)

Bug Fixes

  • 🐛 accept null as value in fromJSON functions (9e1af7d)
  • 🐛 annotate return type of toJSON functions (6609840)

2.15.3 (2019-06-01)

Bug Fixes

  • 🐛 mocks process.emitWarning for browser compatibility (e3456b2), closes #374

2.15.2 (2019-02-16)

Bug Fixes

  • 🐛 BigInt type handling (c640f25)

2.15.1 (2019-02-09)

Bug Fixes

  • 🐛 show directory path when throwing EISDIR in mkdir (9dc7007)
  • 🐛 throw when creating root directory (f77fa8b), closes #325

2.15.0 (2019-01-27)

Features

  • volume: add env variable to suppress fs.promise api warnings (e6b6d0a)

2.14.2 (2018-12-11)

Bug Fixes

  • fds to start from 0x7fffffff instead of 0xffffffff (#277) (31e44ba)

2.14.1 (2018-11-29)

Bug Fixes

  • don't copy legacy files into dist (ab8ffbb), closes #263

2.14.0 (2018-11-12)

Features

  • add bigint option support (00a017e)

2.13.1 (2018-11-11)

Bug Fixes

  • 🐛 don't install semantic-release, incompat with old Node (cd2b69c)