Skip to content

Releases: scrapy/parsel

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.