pyquery v1.2.7 Release Notes

Release Date: 2013-12-21 // over 10 years ago
    • ๐Ÿ‘‰ Use pep8 name for methods but keep an alias for camel case method. Eg: remove_attr and removeAttr works Fix #57

    • .text() now return an empty string instead of None if there is no text node. Fix #45

    • ๐Ÿ›  Fixed #23: removeClass adds class attribute to elements which previously lacked one