Sourced from import-in-the-middle's releases.
import-in-the-middle: v2.0.0
2.0.0 (2025-10-14)
⚠ BREAKING CHANGES
This was only a new major out of an abundance of caution. The hook code has been converted to ESM to work around some loader issues. There should actually be no breaking changes when using
import-in-the-middle/hook.mjsor the exportedHookAPI.Features
import-in-the-middle: v1.15.0
1.15.0 (2025-10-09)
Features
import-in-the-middle: v1.14.4
1.14.4 (2025-09-25)
Bug Fixes
import-in-the-middle: v1.14.3
1.14.3 (2025-09-24)
Bug Fixes
Sourced from import-in-the-middle's changelog.
2.0.0 (2025-10-14)
⚠ BREAKING CHANGES
Converting all modules running in the loader thread to ESM should not be a breaking change for most users since it primarily affects internal implementation details. However, if you were referencing internal CJS files like
hook.jsthis will no longer work.Features
1.15.0 (2025-10-09)
Features
1.14.4 (2025-09-25)
Bug Fixes
1.14.3 (2025-09-24)
Bug Fixes
d96619f
chore: release v2.0.0 (#214)da7c7a6
feat!: convert all modules running in loader thread to ESM (#210)b8fd97e
chore: npm ignore several files used for dev (#137)94837a7
chore: release v1.15.0 (#213)83d662a
feat: Compatibility with specifier imports (#211)ffb5682
chore: release v1.14.4 (#209)f23b7ef
fix: Revert "use createRequire to load
hook.js (#205)"
(#208)f67ecb8
chore: release v1.14.3 (#206)81a2ae0
fix: use createRequire to load hook.js (#205)2fb1f21
chore: use npm@11 for OIDC publishing (#204)This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for import-in-the-middle since your current version.