Skip to content

Releases: j0k3r/graby

2.4.5

04 Jan 08:46
3519a1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.4...2.4.5

2.4.4

07 Mar 14:11
a8524b4
Compare
Choose a tag to compare

What's Changed

  • Backport recent fixes by @jtojnar in #313
    • ContentExtractor: clear image property on reset
    • Graby::convert2Utf8: Allow spaces around HTML attributes

Full Changelog: 2.4.3...2.4.4

2.4.3

16 Feb 14:38
a7c0b58
Compare
Choose a tag to compare

What's Changed

  • ContentExtractor: Fix invalid argument type by @jtojnar in #305

Full Changelog: 2.4.2...2.4.3

2.4.2

04 Nov 08:16
f033c3b
Compare
Choose a tag to compare

What's Changed

  • Allow installing guzzlehttp/psr7 2.0 & Symfony 6.0 by @jtojnar in #301

Full Changelog: 2.4.1...2.4.2

2.4.1

03 Feb 02:03
897e44c
Compare
Choose a tag to compare

Just an empty release because 2.4.0 was created on the wrong branch (master instead of 2.x).
It should be fine by now.

2.4.0

03 Feb 02:01
897e44c
Compare
Choose a tag to compare

Addition

If you want to extract content from a page you already fetched outside of Graby, you can call setContentAsPrefetched() before calling fetchContent(), e.g.:

use Graby\Graby;
$article = 'http://www.bbc.com/news/entertainment-arts-32547474';
$input = '<html>[...]</html>';
$graby = new Graby();
$graby->setContentAsPrefetched($input);
$result = $graby->fetchContent($article);

What's Changed

Full Changelog: 2.3.3...2.4.0

2.3.5

07 Jan 15:04
474bbe1
Compare
Choose a tag to compare

What's Changed

  • Ensure find_string & replace_string size are equal by @j0k3r in #281

Full Changelog: 2.3.3...2.3.5

2.3.4

07 Jan 12:32
9d46a68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.3

13 Dec 07:31
93b7c63
Compare
Choose a tag to compare

What's Changed

  • HttpClient: refactor the way we clean utm_ query params by @Kdecherf in #276

Full Changelog: 2.3.2...2.3.3

2.3.2

02 Nov 12:45
7514e82
Compare
Choose a tag to compare

What's Changed

  • makeAbsolute: remove slash trim as it can break some urls by @Kdecherf in #270

Full Changelog: 2.3.1...2.3.2