Skip to content

Latest commit

 

History

History
97 lines (57 loc) · 7.89 KB

CHANGELOG.md

File metadata and controls

97 lines (57 loc) · 7.89 KB

Changelog

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

0.2.2 (2021-04-08)

Features

0.2.1 (2021-04-01)

Bug Fixes

  • detect nuxt.config with different extensions (#105) (006bebf)
  • types: add more type definitions to nuxt interface (#106) (1a7d223)

0.2.0 (2021-03-06)

⚠ BREAKING CHANGES

  • use loadNuxtConfig

Features

Bug Fixes

  • add missing @babel/preset-typescript dependency (#93) (8edf5c9)

0.1.3 (2021-02-08)

Bug Fixes

  • server: try to use config.server.port (#84) (b017f8a)

0.1.2 (2020-12-15)

Bug Fixes

  • fix exported jest preset with node target (66b9a88)

0.1.1 (2020-12-15)

Features

Bug Fixes

  • jest: use node: current as target (2f6efc8)
  • setup: listen before generate (87aeb9a), closes #64
  • use random buildDir to avoid conflicts (#53) (b627493)
  • types: correct types of get method options (#22) (f80d07a)
  • types: include types in published package (#20) (511a9fe)
  • don't allow mutating original config object by the caller (#5) (642cd1b)
  • pass options as second paramter (b3386ed)
  • use request-promise-native (982e562)
  • waitFor (6f3dd54)

0.0.1 (2020-10-02)

Features

Bug Fixes

  • setup: listen before generate (87aeb9a), closes #64