We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecated
We need a way to mark a given attribute as "deprecated" so that we can at least expose that fact in the metadata.
For example:
attribute :audit_version, Integer, deprecated: true
Open questions are:
deprecated: true
requires
See praxis/praxis#268 for more.
The text was updated successfully, but these errors were encountered:
deprecation
No branches or pull requests
We need a way to mark a given attribute as "deprecated" so that we can at least expose that fact in the metadata.
For example:
Open questions are:
deprecated: true
sufficient here? Or do we need to make this even more structured?requires
?See praxis/praxis#268 for more.
The text was updated successfully, but these errors were encountered: