Releases: nodejs/import-in-the-middle
Releases · nodejs/import-in-the-middle
import-in-the-middle: v1.11.2
import-in-the-middle: v1.11.1
import-in-the-middle: v1.11.0
import-in-the-middle: v1.10.0
import-in-the-middle: v1.9.1
import-in-the-middle: v1.9.0
v1.8.1
What's Changed
- fix: Named export
Hook
missing from types by @timfish in #92 - fix:
parentResolve
is not a function by @timfish in #100 - fix: CommonJs bare specifier resolution by @timfish in #96
- fix: Explicitly named exports should be exported over
export *
by @timfish in #103 - fix: Fallback to
parentLoad
if parsing fails by @timfish in #104 - v1.8.1 by @tlhunter in #111
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- test: skip static-import on > v21 by @timfish in #81
- fix: Handle cyclical reference to current file by @timfish in #83
- fix: Resolve re-exports of external modules by @timfish in #78
- chore: don't create a package-lock file by @trentm in #67
- feat: Add
Hook
named export by @timfish in #88 - add node 22 to test matrix by @bengl in #84
- Fix resolution of lib/register.js when using multiple loaders by @nwalters512 in #76
- fix: handling of default and star exports by @mohd-akram in #85
- 1.8.0 by @bengl in #91
New Contributors
- @nwalters512 made their first contribution in #76
- @mohd-akram made their first contribution in #85
Full Changelog: v1.7.4...v1.8.0