Skip to content

Releases: nuxt/typescript

@nuxt/[email protected]

10 Dec 08:28
Compare
Choose a tag to compare

Features

  • Ships and enables the 2 babel plugins required to have Optional Chaining & Nullish Coalescing features working out of the box.

@nuxt/[email protected]

09 Dec 11:09
Compare
Choose a tag to compare

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]

02 Oct 21:05
Compare
Choose a tag to compare

⚠️ 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 using nuxt-ts :

Fixes

  • Fix issues when the .ts extension was not given to serverMiddleware & modules in nuxt.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]

02 Oct 21:12
Compare
Choose a tag to compare

Features

  • refactor: migrate codebase to typescript (#135)

@nuxt/[email protected]

02 Oct 21:09
Compare
Choose a tag to compare

Bug Fixes