All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Remove
nuxt/schema
augment (2a20ed0)
- Daniel Roe (@danielroe)
- build: Handle missing named type exports (#331)
- Tobias Diez code@tobiasdiez.com
- Removed unnecessary hasTypeExport check (#310)
- prepare: Override
compatibilityDate
(b9b27c3)
- Daniel Roe (@danielroe)
- Matt (@matt-clegg)
- build: Export all types in stub mode (6b1970d)
- Add @danielroe to code owners (c39cc75)
- Daniel Roe (@danielroe)
⚠️ 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)
⚠️ Do not augment nuxt options inside module entry (#295)
- Daniel Roe (@danielroe)
- build: Declare
ModuleOptions
in correct place (#283)
- Update path for runtime js files (#282)
- Adam DeHaven (@adamdehaven)
- Daniel Roe (@danielroe)
- Auto generate module options from schema meta (#33)
- Use
tsconfck
to resolve tsconfigcompilerOptions
(#274) ⚠️ Use.js
extension for files inruntime/
directory (dbd05bb)- Resolve full path to runtime externals (#275)
- Include
dist/runtime
in externals list (0946c04)
- Add
types
condition to export subpath (#265)
- Add additional test for validity of types shared from runtime (afc4374)
- Adds reproduction workflow (0dc73bb)
⚠️ Use.js
extension for files inruntime/
directory (dbd05bb)
- Daniel Roe (@danielroe)
- Ricardo Gobbo De Souza (@ricardogobbosouza)
- Rgehbt (@Gehbt)
- Generate
runtime/
dts based on nuxttsconfig
options (#255) - Add builder versions to
module.json
(f8567a3) - Support transforming
jsx
(4841f2e)
⚠️ Remove support for deprecatedRuntimeModuleHooks
interface (#228)- Add
-nightly
versions to externals (0a88a87) - Ignore exporting type if it is not defined (c308cc5)
- Mark
runtime/
directory as external (7a68e1e)
- release: V0.5.5 (f158ffa)
- 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)
- Update type testing step (#256)
- Add inline snapshots for
runtime/
transforms (#257) - Update snapshot (a39c183)
⚠️ Remove support for deprecatedRuntimeModuleHooks
interface (#228)
- Daniel Roe (@danielroe)
- Rename
RuntimeModuleHooks
toModuleRuntimeHooks
(#194) - Use import with extension in generated
.d.mts
file (#202)
- Remove reference to
ModulePrivateRuntimeConfig
(34ee148)
- Add root + module type tests (#198)
- Run tests on node 18 (81b7b4c)
- Joaquín Sánchez (@userquin)
- Bobbie Goede bobbiegoede@gmail.com
- Daniel Roe daniel@roe.dev
- Support writing
RuntimeNuxtHooks
types (#183)
- Generate explicit type import/exports (#184)
- Import nuxt composables from #imports (#186)
- Bobbie Goede bobbiegoede@gmail.com
- Daniel Roe (@danielroe)
- Esnext-compatible output (#181)
- Daniel Roe (@danielroe)
- Migrate to
citty
(#169)
- Fix typo (#174)
- release: V0.5.1 (fc3a760)
- Daniel Roe daniel@roe.dev
- Pionxzh spigbbbbb@gmail.com
- Support
--sourcemap
option (#163)
- Bobbie Goede bobbiegoede@gmail.com
- Daniel Roe daniel@roe.dev
- Anthony Fu anthonyfu117@hotmail.com
0.4.0 (2023-05-26)
0.3.1 (2023-05-01)
- extend
nuxt/schema
as well (796d6ab)
0.3.0 (2023-04-11)
0.2.1 (2022-11-16)
0.2.0 (2022-10-15)
- export all module types in
types.d.ts
(#46) (64f3ba5) - support
ModuleRuntimeConfig
andModulePublicRuntimeConfig
type exports (#45) (a552495) - support
outDir
option (#37) (6453ed0)
0.1.7 (2022-01-18)
- ensure nuxt packages are externalized (ebad137)
0.1.6 (2022-01-17)
- typo meta.json => module.json (55863c1)
0.1.5 (2022-01-17)
- add default export for
types.d.ts
(885c02f)
0.1.4 (2022-01-17)
- parse
module.d
exports to generate ModuleOptions conditionally (9cd8282) - support
--stub
(746d59b) - support
ModuleHooks
type export (269ce20)
0.1.3 (2022-01-17)
- generate module.json file (ac12805)
0.1.2 (2021-12-23)
- pkg: only include dist (d2ff7e4)
- poc for schema types generation (4991907)