Releases: will-lumley/FaviconFinder
Releases · will-lumley/FaviconFinder
4.5.0
What's Changed
- Exclusively using SPM for Dependency Manager Source by @will-lumley in #67
- MultiPlatform Unit Tests by @will-lumley in #68
Full Changelog: 4.2.0...4.5.0
4.1.0
This release allows for favicon URLs to be fetched without executing an image download.
4.0.1
This release removes UTF-8 hardcoding/assumption when decoding URL responses.
4.0.0
3.3.0
Implemented meta-refresh redirect detection.
3.2.2
Added data
property to Favicon
.
3.2.1
3.2.0
Added support for web application manifest file favicons
3.1.0
v3.0.0
- Allows for users to prioritise which download type they prioritise (HTML vs. file - for now).
- Removed the favicon finder logic from the main FaviconFinder class, and created classes that adhere to a FaviconFinderProtocol. Apart from much neater code, this makes adding further ways of downloading favicons much easier.