Changelog History
Page 1
-
v1.4.3 Changes
November 21, 2020- No longer use a universal wheel
-
v1.4.2 Changes
November 21, 2020🛠 Fix exception raised when calling
PyQuery("<textarea></textarea>").text()👍 python2 is no longer supported
-
v1.4.1 Changes
October 26, 2019🚀 This is the latest release with py2 support
✂ Remove py33, py34 support
0️⃣ web scraping improvements: default timeout and session support
➕ Add API methods to serialize form-related elements according to spec
Include HTML markup when querying textarea text/value
-
v1.4.0 Changes
January 11, 2018- 🔨 Refactoring of
.text()to match firefox behavior.
- 🔨 Refactoring of
-
v1.3.0 Changes
October 21, 2017✂ Remove some unmaintained modules:
pyquery.ajaxandpyquery.rulesCode cleanup. No longer use ugly hacks required by python2.6/python3.2.
✅ Run tests with python3.6 on CI
➕ Add a
methodargument to.outer_html()
-
v1.2.17 Changes
October 14, 2016PyQuery('<input value="">').val()is''PyQuery('<input>').val()is''
-
v1.2.16 Changes
October 14, 2016🚚
.attr('value', '')no longer removes thevalueattribute<input type="checkbox">withoutvalue="..."have a.val()of'on'<input type="radio">withoutvalue="..."have a.val()of'on'<select>without<option selected>have the value of their first<option>(orNoneif there are no options)
-
v1.2.15 Changes
October 11, 2016.val() should never raise
⬇️ drop py26 support
👌 improve .extend() by returning self
-
v1.2.14 Changes
October 10, 2016- 🛠 fix val() for and , to match jQuery behavior
-
v1.2.13 Changes
April 12, 2016- 👍 Note explicit support for Python 3.5