Skip to content

v5.1.6

Choose a tag to compare

@kiki-kanri kiki-kanri released this 18 Sep 06:22
· 74 commits to main since this release

compare changes

馃┕ Fixes

  • Ensure tsdown customExports returns after deleting keys containing internals (7324bab)

馃拝 Refactors

  • Revert all import paths back to relative paths instead of using aliases (0f6c1ae)

馃摉 Documentation

馃摝 Build

  • Clean up js files under dist/types after tsdown build and update exports config (6fa1d2b)
  • Update tsdown config to treat all dependencies as external (f5e4f7a)
  • Update tsdown customExports to remove entries with keys containing "internals" (59b1622)
  • Update tsdown entry (2e67d6b)
  • Set tsdown external from package.json instead of using wildcard * (7dc5f28)
  • Update customExports rules to enable IDE import hints for package usage (e4111c0)
  • Update customExports rules to enable IDE import hints for package usage (fa88888)

馃彙 Chore

  • Set minimum supported version to 22.12.0 (76e8cc1)

鉂わ笍 Contributors

  • kiki-kanri