Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 507 Bytes

HISTORY.rst

File metadata and controls

20 lines (16 loc) · 507 Bytes

History

1.0.0 (soon)

  • scrapers can now extract arbitrary data structures including list (ListScraper), dict (DictScraper), and string (ValueScraper) objects.
  • scrapers now work for multiple pages by default.
  • the generation of CSS selectors has been overhauled and is now more efficient.
  • the module structure has been revised.
  • drop support for python < 3.9.

0.1.2 (2020-09-27)

  • First release on PyPI.