mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
2.6 KiB
2.6 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.5.1 (2019-03-21)
Note: Version bump only for package nuxt-ts
2.5.0 (2019-03-21)
Bug Fixes
- pkg: add missing dependencies (665f15a)
Code Refactoring
BREAKING CHANGES
- ts:
build.useForkTsChecker
renamed tobuild.typescript.typeCheck
2.4.4 (2019-02-26)
Bug Fixes
2.4.3 (2019-02-06)
Note: Version bump only for package nuxt-ts
2.4.2 (2019-01-30)
Note: Version bump only for package nuxt-ts
2.4.1 (2019-01-30)
Note: Version bump only for package nuxt-ts
2.4.0 (2019-01-28)
Bug Fixes
- dist: use -edge suffix to require cli (98c1922)
- exit with proper error code on errors (#4806) (a7ba73e)
- ts: better
tsconfig.json
handling & improve tests (#4856) (f18ce4e) - ts: fix nuxt-ts binary when running nuxt commands (#4844) (6e60aa4)
- ts: set ts-node register compilerOptions.module to 'commonjs' (#4752) (e22e14b)