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
According to the API Extractor documentation about the API report, it is possible to detect API changes. To see it in action, check https://github.com/dinerojs/dinero.js/blob/v2.0.0-alpha.14/scripts/build-types.mjs and the api.md files in the sources.
api.md
This could be interesting to detect implicit/hidden breaking changes:
master
Several time we almost forgot to manually detect breaking changes. For example in
unicorn/recommended
ShapeUtil
BpmnStyleIdentifier
Questions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the API Extractor documentation about the API report, it is possible to detect API changes.
To see it in action, check https://github.com/dinerojs/dinero.js/blob/v2.0.0-alpha.14/scripts/build-types.mjs and the
api.md
files in the sources.This could be interesting to detect implicit/hidden breaking changes:
master
branch (detect in PR)Several time we almost forgot to manually detect breaking changes. For example in
unicorn/recommended
rules #2824 (comment): switchShapeUtil
from class to value objectBpmnStyleIdentifier
from class to value object in refactor: use object instead of class for style identifiers #2716: initially not mentioned as "breaking change"Questions
The text was updated successfully, but these errors were encountered: