Skip to content

v0.4.0

Compare
Choose a tag to compare
@jacob-alford jacob-alford released this 07 Mar 09:40
· 47 commits to main since this release

Patch Changes

  • Fix: support index modules by @skeate in #5

Breaking Changes

  • Fix: iife exports, and import/export extension remapping by @jacob-alford in #8

Details

Pacakge type: module

  • iife / global exports now emitted as .cjs when emitting cjs, esm, and dual
  • cjs now properly emits .d.cts

Package type: commonjs

  • esm now properly emits .d.mts

Types

  • Imports now respect module emissions
  • Import remapping now respects index exports (thanks @skeate!)

E2E tests

  • build-tools is now covered by e2e tests (thanks @skeate!)

Full Changelog: v0.3.1...v0.4.0