Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 1.01 KB

1.0.0

0.6.0

  • API-only breaking change: Unify JS and Wasm interfaces (nodejs#27)
  • Add type definitions (nodejs#28)

0.5.2

0.5.1:

  • Feature: Implement specific reexport getter forms (nodejs#25)

0.5.0

  • Breaking Change: No longer emit Object.defineProperty exports (nodejs#24)
  • Doc: Update link to WASI SDK (nodejs#19)

0.4.3

  • Support for Babel 7.12 reexports (nodejs#16)
  • Support module.exports = { ...require('x') } reexports (nodejs#18)
  • "if" keyword space parsing in exports matching (nodejs#17)