Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.7 KB

CHANGELOG.rst

File metadata and controls

54 lines (35 loc) · 1.7 KB

Changelog

0.7.0 (2019-08-31)

  • Handle empty href and content attribute values (#22).
  • Support passing request library parameters to favicon.get() (#21).
    • Deprecate headers argument. Use keyword arguments: favicon.get(url, headers={'User-Agent'; 'my-agent'}.

0.6.0 (2019-08-10)

  • Upgrade beautifulsoup4 and requests package dependencies.

0.5.1 (2018-11-05)

  • Fix NoneType object has no attribute lower for meta tags (#16).

0.5.0 (2018-11-05)

  • Add support for meta tags (#15).
  • Set bs4 parser to html.parser (#13).
  • Use src package structure (#11).

0.4.1 (2018-10-01)

  • Update requirements.txt and dev-requirements.txt.

0.4.0 (2018-07-19)

  • Add support for Python 2.7 and PyPy.
  • Get icon size for New York Times (#9).

0.3.0 (2018-05-18)

  • Fav icon not found for microsoft.com (#7).

0.2.0 (2018-05-17)

  • Handle poor html values in links (#5).
  • Use given website for icon url scheme (#6).

0.1.0 (2018-05-07)

  • First release.