|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +## v0.6.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.5...v0.6.0) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- Generate `runtime/` dts based on nuxt `tsconfig` options ([#255](https://github.com/nuxt/module-builder/pull/255)) |
| 12 | +- Add builder versions to `module.json` ([f8567a3](https://github.com/nuxt/module-builder/commit/f8567a3)) |
| 13 | +- Support transforming `jsx` ([4841f2e](https://github.com/nuxt/module-builder/commit/4841f2e)) |
| 14 | + |
| 15 | +### 🩹 Fixes |
| 16 | + |
| 17 | +- ⚠️ Remove support for deprecated `RuntimeModuleHooks` interface ([#228](https://github.com/nuxt/module-builder/pull/228)) |
| 18 | +- Add `-nightly` versions to externals ([0a88a87](https://github.com/nuxt/module-builder/commit/0a88a87)) |
| 19 | +- Ignore exporting type if it is not defined ([c308cc5](https://github.com/nuxt/module-builder/commit/c308cc5)) |
| 20 | +- Mark `runtime/` directory as external ([7a68e1e](https://github.com/nuxt/module-builder/commit/7a68e1e)) |
| 21 | + |
| 22 | +### 🏡 Chore |
| 23 | + |
| 24 | +- **release:** V0.5.5 ([f158ffa](https://github.com/nuxt/module-builder/commit/f158ffa)) |
| 25 | +- Dedupe kit/schema/vue versions ([aa0a710](https://github.com/nuxt/module-builder/commit/aa0a710)) |
| 26 | +- Add root `dev:prepare` command ([c308a68](https://github.com/nuxt/module-builder/commit/c308a68)) |
| 27 | +- Migrate to eslint v9 ([#250](https://github.com/nuxt/module-builder/pull/250)) |
| 28 | +- Improve internal type safety and enable strict mode ([78aa088](https://github.com/nuxt/module-builder/commit/78aa088)) |
| 29 | +- Tweak tsconfig settings ([404aae7](https://github.com/nuxt/module-builder/commit/404aae7)) |
| 30 | +- Add more type annotations ([ba0614b](https://github.com/nuxt/module-builder/commit/ba0614b)) |
| 31 | + |
| 32 | +### ✅ Tests |
| 33 | + |
| 34 | +- Update type testing step ([#256](https://github.com/nuxt/module-builder/pull/256)) |
| 35 | +- Add inline snapshots for `runtime/` transforms ([#257](https://github.com/nuxt/module-builder/pull/257)) |
| 36 | +- Update snapshot ([a39c183](https://github.com/nuxt/module-builder/commit/a39c183)) |
| 37 | + |
| 38 | +### 🎨 Styles |
| 39 | + |
| 40 | +- Lint ([c15fd92](https://github.com/nuxt/module-builder/commit/c15fd92)) |
| 41 | +- Lint ([3b805ec](https://github.com/nuxt/module-builder/commit/3b805ec)) |
| 42 | + |
| 43 | +#### ⚠️ Breaking Changes |
| 44 | + |
| 45 | +- ⚠️ Remove support for deprecated `RuntimeModuleHooks` interface ([#228](https://github.com/nuxt/module-builder/pull/228)) |
| 46 | + |
| 47 | +### ❤️ Contributors |
| 48 | + |
| 49 | +- Daniel Roe ([@danielroe](http://github.com/danielroe)) |
| 50 | + |
5 | 51 | ## v0.5.5
|
6 | 52 |
|
7 | 53 | [compare changes](https://github.com/nuxt/module-builder/compare/v0.5.4...v0.5.5)
|
|
0 commit comments