All Versions
44
Latest Version
Avg Release Cycle
75 days
Latest Release
669 days ago

Changelog History
Page 4

  • v1.3 Changes

    • ๐Ÿ‘‰ Used by Python 3-only fork.
  • v1.2.2 Changes

    May 18, 2013
    • ๐Ÿ“Œ Pin html5lib to version 0.95 for now due to major API break.
  • v1.2.1 Changes

    February 19, 2013
    • clean() no longer considers feed: an acceptable protocol due to inconsistencies in browser behavior.
  • v1.2 Changes

    January 28, 2013
    • linkify() has changed considerably. Many keyword arguments have been replaced with a single callbacks list. Please see the documentation for more information.

    • Bleach will no longer consider unacceptable protocols when linkifying.

    • linkify() now takes a tokenizer argument that allows it to skip sanitization.

    • delinkify() is gone.

    • โœ‚ Removed exception handling from _render. clean() and linkify() may now throw.

    • linkify() correctly ignores case for protocols and domain names.

    • linkify() correctly handles markup within an tag.

  • v1.1.5

  • v1.1.4

  • v1.1.3 Changes

    July 10, 2012
    • ๐Ÿ›  Fix parsing bare URLs when parse_email=True.
  • v1.1.2 Changes

    June 01, 2012
    • ๐Ÿ›  Fix hang in style attribute sanitizer. (#61)

    • ๐Ÿ‘ Allow / in style attribute values.

  • v1.1.1 Changes

    February 17, 2012
    • ๐Ÿ›  Fix tokenizer for html5lib 0.9.5.
  • v1.1.0 Changes

    October 24, 2011
    • linkify() now understands port numbers. (#38)

    • Documented character encoding behavior. (#41)

    • โž• Add an optional target argument to linkify().

    • โž• Add delinkify() method. (#45)

    • ๐Ÿ‘Œ Support subdomain whitelist for delinkify(). (#47, #48)