Releases: Ariadne-CMS/arc-html
Releases · Ariadne-CMS/arc-html
Updated to PHP 7.4 and PHPUnit 9
Updated dependencies
Now uses the correct exception names
First stable release
This release is reasonably production ready, but there may still be issues lurking somewhere.
When using \arc\html::parse, remember that you can always get at the underlying SimpleXMLElement through the nodeValue property.
Updated to latest arc\xml lib
This release is a lot more stable and better tested. Needs some more documentation and additional tests before I consider it really production ready though. See arc\xml for more documentation on what it does and how it works.
First release
Merge pull request #1 from poef/master first version of html parser and writer, includes experimental andpar…