Releases: j0k3r/graby
2.1.1
2.1.0
Graby got a logo!
🎉 Thanks to @caneco, Graby has a logo! 🎉
Formatted date
This release include a fix for date. Before, we validated a date and if the date wasn't valid, we return null
. Now, if the date is valid, we return it as a W3C formatted date: Y-m-d\TH:i:sP
.
List of PR merged
2.0.2
2.0.1
2.0.0
✨ Major changes ✨
The 2.0 started almost 2 years ago on an initiative of @aaa2000 👏 to add support for HTTPlug.
The 1.x was coupled to Guzzle 5 which is quite old now and some people started to complain about how coupled it was. It was obvious that the best solution was to switch to HTTPlug to let the final user decide which HTTP client to use.
The 2.0.0 is tested using these clients:
- Guzzle 6
- Guzzle 5
- cURL
There are many more available HTTP client which should work too.
Other changes are:
- dropping support PHP < 7.1
- Tidy extension is now required
- enable PHPStan level 7
- open graph & json-ld are fetched first, information from the html overide them
If you want to upgrade, follow these steps.
Finally, huge thanks to @aaa2000 to have started the work 2 years ago. Also thanks to @jtojnar for helping me on that release.
1.20.1
1.20.0
1.19.1
2.0.0-alpha.0
That 2.0 is using HTTPlug 1.0 which means you can use any HTTP client implementation from it.
Also, this is the latest version supporting PHP 5.
The final 2.0.0 will use HTTPlug 2.0 and required PHP >= 7.1.