Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 599 Bytes

File metadata and controls

28 lines (20 loc) · 599 Bytes

Changelog

TBR

  • handle_urls decorator and find_page_object_overrides function added.
  • new CLI tool for displaying all available Page Objects: web_poet <path>
  • removed support for Python 3.6
  • added support for Python 3.10

0.1.1 (2021-06-02)

  • base_url and urljoin shortcuts

0.1.0 (2020-07-18)

  • Documentation
  • WebPage, ItemPage, ItemWebPage, Injectable and ResponseData are available as top-level imports (e.g. web_poet.ItemPage)

0.0.1 (2020-04-27)

Initial release.