Skip to content

Releases: algolia/php-dom-parser

v0.7.0

13 Apr 13:54
8418f41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

30 Sep 08:16
9b57a10
Compare
Choose a tag to compare
Merge pull request #15 from nedmas/patch-1

Escaped `-` characters in regular expressions

0.5.0

16 Mar 15:33
Compare
Choose a tag to compare

Truncate an attribute even if no space is found and if max size is defined.

0.4.0

30 Jan 11:38
Compare
Choose a tag to compare

Avoid trying to use the dom string to load a file.

0.3.0

22 Nov 12:07
Compare
Choose a tag to compare

Add a way to limit the size of an attribute with DOMParser::setAttributeMaxSize($attribute, $size)

0.2.0

29 Sep 15:24
Compare
Choose a tag to compare

Avoid loading the simple_html_dom library constants, functions and classes if already loaded.

0.1.0

24 May 12:42
Compare
Choose a tag to compare
  • DOMParser::Parse now returns at least 1 record if shared attributes are set.

0.0.3

22 May 14:46
Compare
Choose a tag to compare
  • Fixed an issue when parsing an empty string.

0.0.2

22 May 11:55
Compare
Choose a tag to compare
  • Added a way to parse content from a URL.

0.0.1

21 May 17:12
Compare
Choose a tag to compare
  • Open sourced.