Skip to content
New issue

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

fix!: change Attribute key field type to Identifier #106

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

martinohmann
Copy link
Owner

BREAKING CHANGE: The Attribute struct's key field type was changed from String to Identifier. Furthermore, the trait bound for the attribute identifier on Attribute::new changed from Into<String> to Into<Identifier>.

This fixes a long standing issue. Identifier was introduced after Attribute and the field type wasn't updated yet.

BREAKING CHANGE: The `Attribute` struct's `key` field type was changed
from `String` to `Identifier`. Furthermore, the trait bound for the
attribute identifier on `Attribute::new` changed from `Into<String>` to
`Into<Identifier>`.

This fixes a long standing issue. `Identifier` was introduced after
`Attribute` and the field type wasn't updated yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant