Releases: nuxt/typescript
Releases · nuxt/typescript
@nuxt/[email protected]
Features
- Ships and enables the 2 babel plugins required to have Optional Chaining & Nullish Coalescing features working out of the box.
@nuxt/[email protected]
This package has been upgraded to TypeScript 3.7 🚀
Check TypeScript 3.7 Release Notes to know what's new !
The best new features so far : Optional Chaining & Nullish Coalescing 😍
@nuxt/[email protected]
⚠️ Important ⚠️
Starting @nuxt/[email protected], Nuxt 2.10 or above is required.
Refactor
- Use Nuxt 2.10 CLI hooks, leading to lighter and much cleaner implementation.
Features
- Custom tsconfig location with
--tsconfig
CLI option when usingnuxt-ts
:
Fixes
- Fix issues when the
.ts
extension was not given toserverMiddleware
&modules
innuxt.config.ts
(#80). - Fixes any issues regarding CLI options when using nuxt-ts (i.e. correctly find rootDir).
All of the fixes and the feature provided is only possible thanks to Nuxt 2.10 CLI hooks, that's why 2.10 becomes now the minimal version to have to use last version of Nuxt TS Runtime support package.
@nuxt/[email protected]
Features
- refactor: migrate codebase to typescript (#135)