Skip to content

Releases: felixgirault/nokogiri

2.0.0

09 Apr 13:13
c5a2128
Compare
Choose a tag to compare

PHP 8 support

PHP 7

09 Mar 14:16
42e5271
Compare
Choose a tag to compare
Merge pull request #4 from felixgirault/feature-php7

PHP 7

Fixed a bug with attributes parsing

10 Jan 10:06
b3438ad
Compare
Choose a tag to compare
Merge pull request #3 from Leimi/fix-attributes-parsing

Fix parser bug when having "/" char in a xml node attribute

Added an `ellipsis` option

30 Aug 10:10
Compare
Choose a tag to compare

Allows for inserting an ellipsis string just before the last closing tag:

$this->Nokogiri->cut($xml, 200, true, '…');

Self-closing tags handling

10 Feb 13:25
Compare
Choose a tag to compare
0.2.0

Fixed self-closing tags handling

First version

05 Feb 23:50
Compare
Choose a tag to compare
0.1.0

First version