Skip to content

Releases: nodejs/import-in-the-middle

import-in-the-middle: v1.11.2

30 Sep 14:20
ca88f2f
Compare
Choose a tag to compare

1.11.2 (2024-09-30)

Bug Fixes

  • do nothing if target does not exist in getters map (#155) (5f6be49)

import-in-the-middle: v1.11.1

26 Sep 20:22
901b8b1
Compare
Choose a tag to compare

1.11.1 (2024-09-26)

Bug Fixes

import-in-the-middle: v1.11.0

30 Jul 13:41
b74cd07
Compare
Choose a tag to compare

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)

import-in-the-middle: v1.10.0

23 Jul 09:30
79340b8
Compare
Choose a tag to compare

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)

import-in-the-middle: v1.9.1

15 Jul 17:13
279d8b5
Compare
Choose a tag to compare

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)

import-in-the-middle: v1.9.0

08 Jul 18:09
df0bf4f
Compare
Choose a tag to compare

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)

v1.8.1

18 Jun 23:05
57d2459
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

18 Jun 23:05
a8da141
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0

v1.7.3

17 Jan 18:49
c3c2c52
Compare
Choose a tag to compare
  • Fix node 20 reexports #30
  • Fix duplicate default exports #53

v1.7.1

13 Dec 16:45
9d1f3c4
Compare
Choose a tag to compare
  • Revert "Fix loader cyclical dependency bug (#36)" (#48)