Nuxt/packages/cli/CHANGELOG.md

6.7 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.6.1 (2019-04-04)

Bug Fixes

2.6.0 (2019-04-04)

Features

  • cli: add --quiet option to nuxt generate command (#5357) (91f4eb0)
  • cli: add internal _generate and _build options (#5434) (516aea3)
  • typescript: detect typescript based on tsconfig.json (#5412) (6ffc5c5)

2.5.1 (2019-03-21)

Note: Version bump only for package @nuxt/cli

2.5.0 (2019-03-21)

Bug Fixes

  • cli: enable server for implicit SPA generate in nuxt build (c46def7)
  • pkg: add missing dependencies (665f15a)
  • default for-exit to false to prevent dev exit (a347ef9)
  • disable "analyze" for nuxt generate (#4975) (574a2eb)
  • dont force exit when it was explicitly disabled (#4973) (3e9eee2)

Code Refactoring

Features

BREAKING CHANGES

  • ts: build.useForkTsChecker renamed to build.typescript.typeCheck

2.4.4 (2019-02-26)

Bug Fixes

  • nuxt-ts: error catch in nuxt-ts binary (#5086) (4f887f6)
  • dont force exit when it was explicitly disabled (#4973) (4b82aa9)
  • deps: update serve-placeholder and esm (#4970) (111455f)

Features

2.4.3 (2019-02-06)

Note: Version bump only for package @nuxt/cli

2.4.2 (2019-01-30)

Note: Version bump only for package @nuxt/cli

2.4.1 (2019-01-30)

Note: Version bump only for package @nuxt/cli

2.4.0 (2019-01-28)

Bug Fixes

  • exit with proper error code on errors (#4806) (a7ba73e)
  • improvements for build and dev stability (#4470) (fe05169)
  • modern=true or false not work as expected (#4378) (4c27088)
  • config: define once default nuxt config filename (#4814) (06a18ca)
  • deps: update all non-major dependencies (#4358) (45fdae0)
  • dev: Show correct path when webpack watched files changed (25dea5f)

Features

2.3.4 (2018-11-26)

Bug Fixes

  • modern=true or false not work as expected (#4378) (ff7c083)