Skip to content

v2.0.0

Compare
Choose a tag to compare
@ash-jc-allen ash-jc-allen released this 23 Mar 14:16
· 73 commits to master since this release

What's Changed

  • Added driver for the Favicon Grabber API. (#24)
  • Added fetchAll and fetchAllOr implementations to the HttpDriver for fetching all the icons for a URL. (#29, #31)
  • Added fetchAll and fetchAllOr methods to the AshAllenDesign\FaviconFetcher\Contracts\Fetcher interface. (#29)
  • Added support to get a favicons size and type. (#29, #31)
  • Changed visibility of the buildCacheKey method in the BuildsCacheKey trait from protected to public. (#31)
  • Changed the values that are used when caching a favicon. (#31)
  • Removed the makeFromCache method from the Favicon class. (#31)

Full Changelog: v1.3.0...v2.0.0