forked from vuejs/vue-codemod
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# CHANGELOG | ||
|
||
## [1.1.0-beta.1](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.0...v1.1.0-beta.1) (2021-08-05) | ||
|
||
* Optimize layout of statistics report ([fab7e50](https://github.com/originjs/vue-codemod/commit/fab7e506831886c5facae4e26fc9feb65a09900d)) | ||
* Add auto release and publish scripts ([#109](https://github.com/originjs/vue-codemod/pull/109)) | ||
|
||
## [1.1.0-beta.0](https://github.com/originjs/vue-codemod/compare/v1.0.2...v1.1.0-beta.0) (2021-08-03) | ||
|
||
* Refactor Vue transformation wrap funciton ([#73](https://github.com/originjs/vue-codemod/pull/73)) | ||
|
||
### Feature | ||
|
||
* Add transformation report ([#74](https://github.com/originjs/vue-codemod/pull/74)) | ||
* Add manual list ([#76](https://github.com/originjs/vue-codemod/pull/76)) | ||
* Split const app from createApp().mount() ([#78](https://github.com/originjs/vue-codemod/pull/78)) | ||
* Add transformation for element-ui ([#84](https://github.com/originjs/vue-codemod/pull/84)) ([#89](https://github.com/originjs/vue-codemod/pull/89)) ([#93](https://github.com/originjs/vue-codemod/pull/93)) ([#94](https://github.com/originjs/vue-codemod/pull/94)) ([#95](https://github.com/originjs/vue-codemod/pull/95)) ([#97](https://github.com/originjs/vue-codemod/pull/97)) ([#98](https://github.com/originjs/vue-codemod/pull/98)) | ||
|
||
### Bug Fixes | ||
|
||
* Excluding files in node_modules and gitignore ([#100](https://github.com/originjs/vue-codemod/pull/100)) | ||
* Avoiding repeated imported createRouter ([#101](https://github.com/originjs/vue-codemod/pull/101)) | ||
* Undefined property error when dependencies doesn't exist in package.json ([#106](https://github.com/originjs/vue-codemod/pull/106)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters