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?
- chore: upgrade vue-cli to 4.2.3 and typescript to 3.8
- feat(plugin): typescript interface creation from json
- chore(vue-cli): add freeze for vue-cli project with version 4.2.2
- chore: upgrade vue template to 4.2
- fix: add node to tsconfig types
- fix: incorrectly implemented and exported check test utils
- feat(config-test): add helper for config check tests in created projects
- 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
- Template for vue-relay projects
- "add" command for template plugins
- Fix .gitignore still not included in builds of generator
- Include .gitignore files from templates in npm build
- Template for a library / npm package
- Update vue js template to use the new stack with vue-cli
- Stylelint since our webpack might use it
- Vue: Remove obsolete webpack options
- Babel: Improve async/await and potential codesize
- Hardcode versions to avoid unintended conflicts
- Vue: Add
.gitignore - Vue: Add mandatory
corejsoption tobabel.config.js - Vue: Add default npm scripts
- Vue:
core-jsversion should match babel config
- Vue: Some new configuration files have not been copied during scaffold
- Vue: Tweaked some import paths in
App.vue(Always prefer@)
- Vue: Fixed incorrect htmlWebpackPlugin template path in
webpack.config.js
- Vue: Adjust files to comply with @gridonic/webpack@0.4.0
First version ready for internal testing.