All Versions
9
Latest Version
1.1
Avg Release Cycle
46 days
Latest Release
1287 days ago

Changelog History

  • v1.1 Changes

    October 09, 2020

    1.1 (2020-10-09)

    • ๐Ÿ”‹ Feature: now PEP 561 compliant
    • ๐Ÿ”‹ Feature: Soup now automatically formats and indents (pretty print) HTML where possible
  • v1.0 Changes

    September 24, 2020

    ๐Ÿ”„ Changelog

    1.0 (2020-09-24)

    • Feature: gazpacho is now fully baked with type hints (thanks for the suggestion @ju-sh!)
    • ๐Ÿ”‹ Feature: Soup.get("url") alternative initializer
    • Fixed: .find is now able to capture malformed void tags (<img />, vs. <img>) (thanks for the Issue @mallegrini!)
    • ๐Ÿ“‡ Renamed: .find(..., strict=) is now find(..., partial=)
    • ๐Ÿšš Renamed: .remove_tags is now .strip
  • v0.9.4 Changes

    July 07, 2020

    0.9.4 (2020-07-07)

    • ๐Ÿ”‹ Feature: automagical json-to-dictionary return behaviour for get
    • ๐Ÿ‘Œ Improvement: automatic missing URL protocol inference for get
    • ๐Ÿ‘Œ Improvement: condensed HTTPError Exceptions
  • v0.9.3 Changes

    April 29, 2020

    0.9.3 (2020-04-29)

    • โšก๏ธ Updated the README (thanks for flagging the lxml error, @koaning!)
  • v0.9.2 Changes

    April 21, 2020
    • Fixed find(..., mode='first') to return None and not an IndexError (thanks, @psyonara!)
  • v0.9.1 Changes

    February 16, 2020
    • Fixed UnicodeEncodeError lurking beneath get (thanks for the "Issue" @mlehotay!)
    • ๐Ÿ›  Fixed find method to properly handle non-closing HTML tags
  • v0.9 Changes

    November 25, 2019

    Changelog

    • โž• Added the remove_tags method for isolating formatted text in a block of HTML
  • v0.8.1 Changes

    October 10, 2019

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed empty element tag counting within the find method
  • v0.8 Changes

    October 07, 2019

    ๐Ÿ”„ Changelog

    • โž• Add mode argument to the find method to adjust return behaviour (defaults to mode='auto')
    • 0๏ธโƒฃ Enable strict attribute matching for the find method (defaults to strict=False)