Why webdriverio releases updated version that requires migration of entire project #27
praveendvd
started this conversation in
General
Replies: 1 comment 2 replies
-
I believe all major version releases require some sort of migration given potential breaking changes. Sometimes this doesn't affect all users, e.g. with the v6 -> v7 update which only was breaking for TypeScript users. We plan such breaking changes carefully to ensure the project can continue to grow while at the same time keeping the burden of updating the project reasonable. In addition to that we have provided codemods that helps with the migration. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Just wondering why there is a need for migration of existing projects into newer versions for each version release. Does this create a maintenance headache?
Beta Was this translation helpful? Give feedback.
All reactions