Skip to content

import-in-the-middle: v2.0.0

Latest

Choose a tag to compare

@nodejs-github-bot nodejs-github-bot released this 16 Oct 16:20
d96619f

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.mjs or the exported Hook API.

Features

  • convert all modules running in loader thread to ESM (#210) (da7c7a6)