Releases: scrapy/parsel
Releases · scrapy/parsel
v1.0.3
v1.0.2
Bug fix in exception handling and documentation fixes.
v1.0.1
- Documentation and typo fixes
v1.0.0
First stable version.
API is stable now, we'll aim backwards compatibility for all minor versions.
v0.9.3
- Add base_url argument
v0.9.2
- Rename module unified -> selector and promoted root attribute
- Add create_root_node function
v0.9.1
- Setup Sphinx build and docs structure
- Build universal wheels
- Rename some leftovers from package extraction
First release
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.