Skip to content

Fixed order of extend and use

Compare
Choose a tag to compare
@mesemus mesemus released this 29 Feb 20:15
· 54 commits to main since this release
1d64f2c

The previous order (evaluating extends & uses at the same time) caused that sometimes
extra properties were not registered and "swallowed" to extend's base schema.
Fixed by resolving "use" at first, then "extend", and repeating until there is nothing
to be resolved.