Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Latest commit

 

History

History
163 lines (98 loc) · 3.4 KB

File metadata and controls

163 lines (98 loc) · 3.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


Looking for unreleased changes?


[2.2.1]

2020-02-18
Improved
  • chore: upgrade vue-cli to 4.2.3 and typescript to 3.8
2020-02-18
Added
  • feat(plugin): typescript interface creation from json
Improved
  • chore(vue-cli): add freeze for vue-cli project with version 4.2.2
  • chore: upgrade vue template to 4.2
2020-01-31
Fixed
  • fix: add node to tsconfig types
2020-01-30
Fixed
  • fix: incorrectly implemented and exported check test utils
2020-01-30
Added
  • feat(config-test): add helper for config check tests in created projects
2020-01-29
Added
  • feat(generator): add check for newer version of generator on create
  • feat(template): add project info in package.json
  • feat(vue): add default postcss config for vue templates

[2.0.3]

2020-01-21
Added
  • Template for vue-relay projects
  • "add" command for template plugins

[2.0.2]

2020-01-12
Fixed
  • Fix .gitignore still not included in builds of generator

[2.0.1]

2020-01-10
Fixed
  • Include .gitignore files from templates in npm build

[2.0.0]

2020-01-10
Added
  • Template for a library / npm package
Changed
  • Update vue js template to use the new stack with vue-cli
2019-07-10
Added
  • Stylelint since our webpack might use it
Changed
  • Vue: Remove obsolete webpack options
  • Babel: Improve async/await and potential codesize
  • Hardcode versions to avoid unintended conflicts
2019-04-06
Changed
  • Vue: Add .gitignore
  • Vue: Add mandatory corejs option to babel.config.js
  • Vue: Add default npm scripts
  • Vue: core-js version should match babel config
2019-02-28
Fixed
  • Vue: Some new configuration files have not been copied during scaffold
  • Vue: Tweaked some import paths in App.vue (Always prefer @)
2019-02-27
Fixed
  • Vue: Fixed incorrect htmlWebpackPlugin template path in webpack.config.js
2019-02-27
Fixed

0.1.0

2019-02-18

First version ready for internal testing.