Skip to content

Releases: nuxt/typescript

@nuxt/[email protected]

02 Sep 08:24
Compare
Choose a tag to compare

Dependencies

  • Upgrade to TypeScript 4
  • Upgrade fork-ts-checker-webpack-plugin : ^5.0.14 -> ^5.1.0,
  • Upgrade ts-loader : ^8.0.2 -> ^8.0.3

@nuxt/[email protected]

06 Jul 10:37
Compare
Choose a tag to compare

Fixes

  • Fixed an issue when using TSX in .vue files (114d69)

Dependencies

Breaking changes

ForkTsCheckerWebpackPlugin v5 has changed its options format and dropped Node 8 support.
Follow their documentation if you were customizing options through typescript.typeCheck module option.

Dropped @nuxt/types from @nuxt/typescript-build package, it nows need to be manually installed, documentation has been upgraded.

@nuxt/[email protected]

18 May 18:55
Compare
Choose a tag to compare

Breaking change

Following the end of life of Node 8, ts-loader@7 no longer supports Node 8.

@nuxt/typescript-build has been upgraded to ts-loader@7, so it also no longer supports Node 8.

@nuxt/[email protected]

11 Apr 11:04
Compare
Choose a tag to compare

@nuxt/[email protected]

27 Mar 09:59
Compare
Choose a tag to compare
  • Update dependency fork-ts-checker-webpack-plugin to v4 (#322) (d8ecab5)

@nuxt/[email protected]

27 Mar 09:57
Compare
Choose a tag to compare

@nuxt/[email protected]

02 Mar 15:49
Compare
Choose a tag to compare
  • Upgrade TypeScript to 3.8

@nuxt/[email protected]

02 Mar 15:48
Compare
Choose a tag to compare
  • Upgrade TypeScript to 3.8

@nuxt/[email protected]

11 Dec 20:41
Compare
Choose a tag to compare

Important

  • revert: ship & enable TS 3.7 features 1d944be

Babel plugins have been removed, it has been found that you need to use es2018 target instead of esnext in your tsconfig.json to have TypeScript 3.7 features.

You may want to add babel plugins back on your own if you think having to use the TypeScript 3.7 features inside Vue templates, but we don't really recommend that as it would make your code hard to be read and shared (for help purpose but also for reusability in non-TS projects).

@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 😍