Skip to content

v0.6.0

Compare
Choose a tag to compare
@danielroe danielroe released this 25 Apr 22:15
· 21 commits to main since this release
3b805ec

compare changes

🚀 Enhancements

  • Generate runtime/ dts based on nuxt tsconfig options (#255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)

🩹 Fixes

  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)

🏡 Chore

  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)

✅ Tests

  • Update type testing step (#256)
  • Add inline snapshots for runtime/ transforms (#257)
  • Update snapshot (a39c183)

⚠️ Breaking Changes

  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#228)

❤️ Contributors