Releases: justgeek/vue-generate-component
Releases · justgeek/vue-generate-component
v1.2.3
[Release] 1.2.3
Added
- Added postfix to genrated html ID elements
Fixed
- Fixed some security vulnerabilities
v1.2.2
[Hotfix] 1.2.2
Changed
- Updated README.md file to install package as dev dependency
- Updated page template name to have postfix
v1.2.1
[Hotfix] 1.2.1
Changed
- Commented unnecessary imports to avoid lint warnings in some projects
- Removed Vue import if classExtension is used
v1.2.0
[Release] 1.2.0
Added
- Add support for custom class extension for pages (MyPage extends MyCustomComponent)
Fixed
- Upgrade gulp to v4
- Fixed some typos
v1.1.4
[Hotfix] 1.1.4
Changed
- Remove namespace from mutations file
- Added class page to any generated page
Fixed
- Fix import state in mutation file to be type (PascalCase) instead of value (camelCase)
v1.1.3
[Hotfix] 1.1.3
Fixed
- Remove scoped styles from index.vue (use css specifity)
v1.1.2
[Hotfix] 1.1.2
Fixed
- Fix test file pointing to wrong page file
- Remove unnecessary store file import extension to avoid TSLint warnings
v1.1.1
[Hotfix] 1.1.1
Fixed
- Remove unnecessary store file import extension to avoid TSLint warnings
v1.1.0
[Release] 1.1.0
Added
- Specify destination folder is now possible with
--dest <destination path>
option
- Added showroom to easily test tool functionality (test with
npm link
)
Changed
- Updated docs
- Changed bin command to
vgcx
instead of vgc
[Breaking]
- Test files are now generated inside
__tests__
folder [To be optionated later]
- Store,Action,Mutation,Getter files are now generated inside
store
folder
v1.0.0
First functional MVP for Vue(x) Generator