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
# [2.0.0](v1.1.1...v2.0.0) (2023-08-03)
### Bug Fixes
* **enumeration:** correct enumeration naming ([c815d6a](c815d6a))
### BREAKING CHANGES
* **enumeration:** The naming conventions for enumerations
within the package have been updated to avoid conflicts in most cases.
Previously, only the field name was used for the enumeration included
in a path specification (components were fine). Now it includes all
elements of the path, other than any "v(\d+)" prefix and
other than the word "parameters." At some point this should be improved
to just exclude the real "parameters" component of the schema.
0 commit comments