Skip to content

Releases: nuxt/module-builder

v0.8.1

28 Jun 16:04
a125b94
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • build: Export all types in stub mode (6b1970d)

🏡 Chore

❤️ Contributors

v0.8.0

19 Jun 08:54
c122730
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • ⚠️ Do not augment nuxt options inside module entry (#295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)

⚠️ Breaking Changes

  • ⚠️ Do not augment nuxt options inside module entry (#295)

❤️ Contributors

v0.7.1

11 Jun 17:05
2b4c726
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • build: Declare ModuleOptions in correct place (#283)

📖 Documentation

  • Update path for runtime js files (#282)

❤️ Contributors

v0.7.0

22 May 16:16
775022a
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Auto generate module options from schema meta (#33)

🩹 Fixes

  • Use tsconfck to resolve tsconfig compilerOptions (#274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#275)
  • Include dist/runtime in externals list (0946c04)

📖 Documentation

  • Add types condition to export subpath (#265)

🏡 Chore

✅ Tests

  • Add additional test for validity of types shared from runtime (afc4374)

🤖 CI

  • Adds reproduction workflow (0dc73bb)

⚠️ Breaking Changes

  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)

❤️ Contributors

v0.6.0

25 Apr 22:15
3b805ec
Compare
Choose a tag to compare

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

v0.5.5

26 Dec 20:30
8e30dd9
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Rename RuntimeModuleHooks to ModuleRuntimeHooks (#194)
  • Use import with extension in generated .d.mts file (#202)

📖 Documentation

  • Remove reference to ModulePrivateRuntimeConfig (34ee148)

🏡 Chore

  • Add shell emulator for Windows (#191)
  • Fix example package.json (#192)

✅ Tests

  • Add root + module type tests (#198)

🤖 CI

❤️ Contributors

v0.5.4

08 Nov 12:10
241f697
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support writing RuntimeNuxtHooks types (#183)

🩹 Fixes

  • Generate explicit type import/exports (#184)

📖 Documentation

  • Import nuxt composables from #imports (#186)

❤️ Contributors

v0.5.3

06 Nov 11:32
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Esnext-compatible output (#181)

❤️ Contributors

v0.5.2

28 Sep 09:15
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Migrate to citty (#169)

📖 Documentation

❤️ Contributors

v0.5.1

31 Aug 12:49
7da7ba1
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support --sourcemap option (#163)

❤️ Contributors