Releases: ash-jc-allen/favicon-fetcher
Releases · ash-jc-allen/favicon-fetcher
v3.7.0
v3.6.0
What's Changed
- Add support for
symfony/dom-crawler
v7.0 by @dependabot in #79
New Contributors
- @dependabot made their first contribution in #79
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- Add option to disable TLS verification by @mikescito in #78
New Contributors
- @mikescito made their first contribution in #78
Full Changelog: v3.4.1...v3.5.0
v3.4.1
What's Changed
- Fixed a bug that prevented fetching icons from a URL if the HTML contained a
link
tag without ahref
attribute by @philipsorensen in #77
New Contributors
- @philipsorensen made their first contribution in #77
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Added support for nesbot/carbon 3.0 by @ash-jc-allen in #76
Full Changelog: v3.3.0...v3.4.0
v3.3.0
v3.2.0
What's Changed
- Added
largestByFileSize
method toFaviconCollection
by @StyxOfDynamite in #73
New Contributors
- @StyxOfDynamite made their first contribution in #73
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Added
user_agent
config field to configure HTTPUser-Agent
request header by @joedixon in #70 - Run CI tests using PHP 8.3 by @ash-jc-allen in #69
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Added
- Added
connect_timeout
andtimeout
config fields. (#67) - Use
symfony/dom-crawler
in theHttpDriver
to parse the HTML. (#56)
Updated
- Updated all files to use strict types for improved type safety. (#62)
- Throw package-specific exceptions instead of vendor exceptions. (#67)
Fixed
- Fixed a bug that prevented an exception from being thrown when using
fetchAll
if no favicons were found when using thethrow
method. (#56) - Fixed a bug that prevented the
fetchAll
method from trying to guess the default icon if no favicons were found. (#56) - Fixed a bug that stripped the port from the base URL. Thanks for the fix, @mhoffmann777! (#50)
Removed
- Dropped support for PHP 8.0. (#59)
- Dropped support for Laravel 8. (#59)
- Dropped support for PHPUnit 8.* and Larastan 1.*. (#59)
New Contributors
- @mhoffmann777 made their first contribution in #50
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Added driver for the Favicon Grabber API. (#24)
- Added
fetchAll
andfetchAllOr
implementations to theHttpDriver
for fetching all the icons for a URL. (#29, #31) - Added
fetchAll
andfetchAllOr
methods to theAshAllenDesign\FaviconFetcher\Contracts\Fetcher
interface. (#29) - Added support to get a favicons size and type. (#29, #31)
- Changed visibility of the
buildCacheKey
method in theBuildsCacheKey
trait fromprotected
topublic
. (#31) - Changed the values that are used when caching a favicon. (#31)
- Removed the
makeFromCache
method from theFavicon
class. (#31)
Full Changelog: v1.3.0...v2.0.0