You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from v8.0.0, we have automated code generation. It's been a year since then. To allow users to migrate, we've kept the old code for now, but we plan to remove it soon.
If users want to use the latest features, they should migrate their code. If the latest features are not needed, there's no issue with not upgrading the version. However, please note that older versions will not be supported.
Task list to accomplish this:
Add @deprecated to all old code and specify the migration path.
Increase the patch version and publish it.
Document the migration method somewhere.
Remove the old code.
Increase the major version and publish it.
A tool for automatic code migration will not be provided. Of course, if you read this and you're interested to contribute to this project and our community, you can write a migration tool and contribute.
The text was updated successfully, but these errors were encountered:
Starting from v8.0.0, we have automated code generation. It's been a year since then. To allow users to migrate, we've kept the old code for now, but we plan to remove it soon.
If users want to use the latest features, they should migrate their code. If the latest features are not needed, there's no issue with not upgrading the version. However, please note that older versions will not be supported.
Task list to accomplish this:
@deprecated
to all old code and specify the migration path.A tool for automatic code migration will not be provided. Of course, if you read this and you're interested to contribute to this project and our community, you can write a migration tool and contribute.
The text was updated successfully, but these errors were encountered: