Skip to content

Releases: scrapy/parsel

v1.0.3

29 Jul 17:04
Compare
Choose a tag to compare
  • Add BSD-3-Clause license file
  • Re-enable PyPy tests
  • Integrate py.test runs with setuptools (needed for Debian packaging)
  • Changelog is now called NEWS

v1.0.2

26 Apr 19:40
Compare
Choose a tag to compare

Bug fix in exception handling and documentation fixes.

v1.0.1

03 Sep 11:58
Compare
Choose a tag to compare
  • Documentation and typo fixes

v1.0.0

03 Sep 11:57
Compare
Choose a tag to compare

First stable version.

API is stable now, we'll aim backwards compatibility for all minor versions.

v0.9.3

07 Aug 20:47
Compare
Choose a tag to compare
  • Add base_url argument

v0.9.2

07 Aug 17:44
Compare
Choose a tag to compare
  • Rename module unified -> selector and promoted root attribute
  • Add create_root_node function

v0.9.1

07 Aug 17:43
Compare
Choose a tag to compare
  • Setup Sphinx build and docs structure
  • Build universal wheels
  • Rename some leftovers from package extraction

First release

30 Jul 22:46
Compare
Choose a tag to compare

Released first version of Parsel -- a library extracted out from Scrapy project that lets you extract text from XML/HTML documents using XPath or CSS selectors.