Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@lucono lucono released this 11 Dec 06:17
· 3 commits to master since this release

Release 0.7.0 further improves the completeness of the xtypejs type and data validation API by adding a number of new interface methods for validating sets of data at a time, in a single operation. The addition of these new methods brings the value-set validation API on parity with the type-specific validation API. The new API methods include none.is, any.is, some.is and all.is, as well as not.is. This release adds these new methods with negligible size increase to the library, maintaining its significantly reduced size from the prior version.