v1.1.0
Changelog
[1.1.0] - 2019-06-11
Added
- You can now pass selector strings or
<link>
elements directly, rather than wrapping it in a config object. - When using an Array to specify multiple icons to target, the different options (selector,
HTMLLinkElement
, config object) can be mixed-and-matched - In addition to Arrays,
favicon-mode-switcher
now also supportsNodeList
so you can use it withdocument.querySelectorAll()