2023-02-23 (v3.6.0)
Notable Changes
- When choosing ESLint + Prettier, a separate
format
script will be added; thelint
script no longer checks or fixes stylistic issues. See https://github.com/vuejs/eslint-config-prettier#use-separate-commands-for-linting-and-formatting for a more detailed explanation. - Default Vitest configuration is extracted to a standalone config file (
vitest.config.js
orvitest.config.ts
) because it has fewer edge cases and is more scalable. ( by @btea in #227)
Other Contributors
- @luo3house made their first contribution in #203
- @MartijnCuppens made their first contribution in #210
Full Changelog: v3.5.0...v3.6.0
How to Upgrade an Existing Project: #70 (comment)