Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.92 KB

1.2.2

1.2.1

  • Support Unicode escapes in strings (nodejs#55)
  • Filter export strings to valid surrogate pairs (nodejs#56)

1.2.0

  • Support for non-identifier exports (nodejs#54, @nicolo-ribaudo)

1.1.1

  • Better support for Babel reexport getter function forms (nodejs#50)
  • Support Babel interopRequireWildcard reexports patterns (nodejs#52)

1.1.0

  • Support for Babel reexport conflict filter (nodejs#36, @nicolo-ribaudo)
  • Support trailing commas in getter patterns (nodejs#31)
  • Support for RollupJS reexports property checks (nodejs#38)

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)