Skip to content

Releases: Ariadne-CMS/arc-html

Updated to PHP 7.4 and PHPUnit 9

23 Feb 13:53
Compare
Choose a tag to compare
3.0

updated to php 7.4 and phpunit 9

Updated dependencies

28 Jan 15:03
Compare
Choose a tag to compare

Now uses the correct exception names

First stable release

24 Jan 15:57
Compare
Choose a tag to compare

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

23 Jan 22:28
Compare
Choose a tag to compare

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

17 Jan 16:36
Compare
Choose a tag to compare
First release Pre-release
Pre-release
Merge pull request #1 from poef/master

first version of html parser and writer, includes experimental andpar…