Skip to content

Latest commit

 

History

History
361 lines (157 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

361 lines (157 loc) · 14.9 KB

0.25.0 (2024-04-12)

Bug Fixes

0.24.0 (2022-12-02)

Bug Fixes

  • deps: upgrade rc9 to latest patch version (#742) (28a5bb9)
  • handle npm v7 overwriting node_modules symlink (#636) (ff20a34)

0.23.0 (2022-10-12)

Bug Fixes

  • move @vercel/build-utils to a devDependency (#674) (feca866)

0.22.1 (2021-09-28)

Bug Fixes

0.22.0 (2021-09-25)

⚠ BREAKING CHANGES

  • upgrade @vercel/node-bridge

Features

  • allow disabling cache with NUXT_CACHE_DISABLED flag (#628) (e993410)

Miscellaneous Chores

  • upgrade @vercel/node-bridge (73af3f9)

0.21.3 (2021-06-10)

Bug Fixes

  • only use custom publicPath if it is not absolute (d8df9af), closes #578

0.21.2 (2021-03-02)

0.21.1 (2021-03-02)

Bug Fixes

  • improve error messages when failing to load nuxt config (4874361)

0.21.0 (2021-02-25)

Features

  • zero-config integration with vercel analytics (#518) (5001a4a)

0.20.3 (2021-02-15)

Bug Fixes

  • remove needless default (455ff1a)

0.20.2 (2021-02-15)

Bug Fixes

  • de-default the jiti import (bce0a26)

0.20.1 (2021-02-15)

Bug Fixes

  • add workaround for esm for Nuxt < 2.15 (a7a2e49)

0.20.0 (2021-02-15)

⚠ BREAKING CHANGES

  • upgrade to nuxt 2.15

Miscellaneous Chores

0.19.0 (2021-01-30)

Features

  • add support for NPM_RC and NPM_TOKEN (a223f15), closes #488

0.18.1 (2020-11-30)

Bug Fixes

  • collect all static generated files (fe4e507), closes #391

0.18.0 (2020-11-09)

Features

  • add internal server for serverMiddleware (#375) (4935cab)

0.17.12 (2020-09-28)

Bug Fixes

  • improve cache handling (bec1d02)
  • print debugging info and don't use repoRootPath for node_modules (2626f7f)

0.17.11 (2020-09-27)

0.17.10 (2020-09-27)

Bug Fixes

  • preserve contents of node_modules folder if it exists (b9318b8)

0.17.9 (2020-09-27)

Bug Fixes

  • recursively delete node_modules if it exists (461e2ff)

0.17.8 (2020-09-27)

Bug Fixes

  • hotfix to address unlinking node_modules issue (9334118), closes #369

0.17.7 (2020-09-22)

Bug Fixes

0.17.6 (2020-09-22)

0.17.5 (2020-09-06)

Bug Fixes

  • add support for UTF-16 LE encoded tsconfig.json (#354) (ac40dd2), closes #245

0.17.4 (2020-08-26)

0.17.3 (2020-07-02)

0.17.2 (2020-05-14)

0.17.1 (2020-02-27)

Features

  • add option to include static generated pages (#185) (a488cb6)

0.17.0 (2020-01-23)

⚠ BREAKING CHANGES

  • @nuxt/now-builder no longer supports node v8

  • docs: correct default version

  • chore: upgrade now deps

Co-authored-by: Steven [email protected]

Features

Bug Fixes

  • pin old version of nuxt for compat with node 8 (d4408fd)
  • use srcDir to retrieve static folder (#150) (e23b4e5)
  • use srcDir when compiling build files (#152) (6e25975)

0.16.6 (2019-10-23)

Bug Fixes

  • install devDependencies with npm (c14deee), closes #143

0.16.5 (2019-10-11)

Bug Fixes

0.16.4 (2019-09-11)

Bug Fixes

  • force production NODE_ENV (7333afa)
  • set NODE_ENV to production before building nuxt (9bbaeac), closes #126
  • set NODE_ENV to production before building nuxt (#127) (db76f1c)

0.16.3 (2019-09-10)

Bug Fixes

  • consume default export of nuxt config file (#124) (22dff63), closes #43

0.16.2 (2019-09-10)

Bug Fixes

0.16.1 (2019-08-30)

Bug Fixes

0.16.0 (2019-08-30)

Bug Fixes

  • allow installing node 10 dependencies (#109) (20962de)
  • test for presence of dependencies before accessing (#116) (4fc181d)

Features

  • add required options for typescript projects (#110) (100e6f4)
  • expose static files as routes (#106) (d66931d)

0.15.3 (2019-08-22)

Features

0.14.6 (2019-06-29)

Bug Fixes

0.14.5 (2019-06-29)

Bug Fixes

  • pin @now/node-bridge dependency to 1.2.1 (#67) (72090c6)
  • pin all non dev dependencies (f386391)
  • use preferLocal: true for execa (00318b4)

0.14.4 (2019-05-27)

0.14.3 (2019-04-30)

0.14.2 (2019-04-30)

Bug Fixes

0.14.1 (2019-04-03)

Bug Fixes

  • read nuxt.config after yarn install. fixes #26 (a5a1068)

0.14.0 (2019-04-02)

Bug Fixes

  • resolve buildDir relative to rootDir (4d56202)

Features

0.13.1 (2019-03-23)

Bug Fixes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.13.0 (2019-02-24)

Features