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

  • Fix RollupJS reexports bug (#59)

1.2.1

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

1.2.0

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

1.1.1

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

1.1.0

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

1.0.0

  • Unsafe getter tracking (#29)

0.6.0

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

0.5.2

  • Support named getter functions (#26)

0.5.1:

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

0.5.0

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

0.4.3

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