Skip to content

Releases: nuxt/typescript

@nuxt/typescript-build@2.0.3

02 Sep 08:24

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/typescript-build@2.0.0

06 Jul 10:37

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/typescript-build@1.0.0

18 May 18:55

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/types@0.7.4

11 Apr 11:04

Choose a tag to compare

@nuxt/typescript-build@0.6.1

27 Mar 09:59

Choose a tag to compare

  • Update dependency fork-ts-checker-webpack-plugin to v4 (#322) (d8ecab5)

@nuxt/types@0.7.0

27 Mar 09:57

Choose a tag to compare

@nuxt/typescript-runtime@0.4.0

02 Mar 15:49

Choose a tag to compare

  • Upgrade TypeScript to 3.8

@nuxt/typescript-build@0.6.0

02 Mar 15:48

Choose a tag to compare

  • Upgrade TypeScript to 3.8

@nuxt/typescript-build@0.5.1

11 Dec 20:41

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/typescript-runtime@0.3.0

09 Dec 11:09

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 😍