Changelog
1.15.0 (2025-10-09)
Features
1.14.4 (2025-09-25)
Bug Fixes
1.14.3 (2025-09-24)
Bug Fixes
1.14.2 (2025-06-13)
Bug Fixes
- do not replace dollar sign in shim variable name (#200) (20bf0e5)
1.14.1 (2025-06-12)
Bug Fixes
1.14.0 (2025-05-24)
Features
- Optionally hook internal paths like
require-in-the-middle (#194) (976d032)
1.13.2 (2025-05-12)
Bug Fixes
- Don’t attempt to wrap TypeScript modules (#191) (6deb87e)
1.13.1 (2025-02-28)
Bug Fixes
1.13.0 (2025-02-06)
Features
1.12.0 (2024-12-13)
Features
1.11.3 (2024-12-04)
Bug Fixes
- Correct type definition for waitForAllMessagesAcknowledged (#160) (353d535)
1.11.2 (2024-09-30)
Bug Fixes
- do nothing if target does not exist in getters map (#155) (5f6be49)
1.11.1 (2024-09-26)
Bug Fixes
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)