Releases: unjs/jiti
Releases ยท unjs/jiti
v2.4.2
v1.21.7
v2.4.1
v2.4.0
v2.3.3
v2.3.2
v2.3.1
v2.3.0
Important
To enhance compatibility, jiti >=2.1
enabled interopdefault
using a new Proxy method. If you migrated to 2.0.0
earlier, this might have caused behavior changes. In case of any issues during the upgrade, please report so we can investigate to solve them. ๐๐ผ
๐ Enhancements
- Support
jiti.import(id, {default: true})
(#323)
๐ฉน Fixes
- interopDefault: Avoid
in
operator for primitive inputs (#321) - interopDefault: Simplify logic for default export checks (#322)
โค๏ธ Contributors
v2.2.1
v2.2.0
Important
To enhance compatibility, jiti >=2.1
enabled interopdefault
using a new Proxy method. If you migrated to 2.0.0
earlier, this might have caused behavior changes. In case of any issues during the upgrade, please report so we can investigate to solve them. ๐๐ผ
๐ Enhancements
- Use smarter proxy for
interopDefault
(#318)