Skip to content
Commit 6506aa6f authored by David Sveningsson's avatar David Sveningsson
Browse files

feat(meta): extend element attribute metadata

fixes #71

BREAKING CHANGE: `MetaElement.attribute` has changed from `string[]` to
`MetaAttribute[]` and both `requiredAttributes` and `deprecatedAttributes` has
been merged into object. This only affects API usage, primarily custom rules
accessing attribute metadata.See `MIGRATION.md` for details.

The old format is deprecated but is internally converted as to not break user
configuration. For compatibility it will probably be around for quite a while
but users should try to migrate as soon as possible.
parent 1f992736
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment