gazpacho v1.1 Release Notes
Release Date: 2020-10-09 // over 4 years ago-
1.1 (2020-10-09)
- ๐ Feature: now PEP 561 compliant
- ๐ Feature:
Soup
now automatically formats and indents (pretty print) HTML where possible
Previous changes from v1.0
-
๐ 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 nowfind(..., partial=)
- ๐ Renamed:
.remove_tags
is now.strip