Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 08 Apr 21:59
  • Lot of breacking changes has been made, see upgrade from version 2.x to 3.x.
  • Namespace change from \XmlSchemaValidator to \Eclipxe\XmlSchemaValidator.
  • Now uses named exceptions, see exceptions documentation.
  • Minimal PHP version is PHP 7.3.
  • LibXmlException is not @internal. Do not use it outside this project.
  • SchemaValidator constructor uses DOMDocument.
    To create it from a XML content use SchemaValidator::createFromString.