Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

47 lines (22 loc) · 2.9 KB

Changelog

1.11.0 (2024-07-29)

Features

  • Optionally only wrap modules hooked in --import (#146) (71c8d7b)

Bug Fixes

  • node: prefixed build-in modules with include/exclude (#149) (736a944)

1.10.0 (2024-07-22)

Features

  • Allow regex for include and exclude options (#148) (697b0d2)

Bug Fixes

  • Use correct format when resolving exports from relative paths (#145) (632802f)

1.9.1 (2024-07-15)

Bug Fixes

  • Don't wrap native modules (#142) (f3278a3)
  • Use correct format when resolving exports from sub-modules (#140) (1db08ef)

1.9.0 (2024-07-08)

Features

  • Allow passing of include or exclude list via module.register() (#124) (381f48c)

Bug Fixes

  • CJS require('.') resolution (#108) (29c77b5)
  • Include source url for parsing failures (#109) (49d69ba)
  • Use process.emitWarning to log wrapping errors (#114) (a3778ac)