Skip to content

Latest commit

 

History

History
394 lines (275 loc) · 13.3 KB

CHANGELOG.rst

File metadata and controls

394 lines (275 loc) · 13.3 KB

Changelog

0.26.2 (2024-11-12)

  • Fixed the package build missing all nested packages:
    zyte_common_items.components
    zyte_common_items.items
    zyte_common_items.pages

0.26.1 (2024-11-12)

Note

This version was yanked, see :ref:`0.26.2`.

0.26.0 (2024-11-11)

0.25.0 (2024-11-11)

0.24.0 (2024-10-02)

0.23.0 (2024-09-19)

0.22.0 (2024-09-09)

0.21.0 (2024-08-27)

0.20.0 (2024-06-19)

0.19.0 (2024-04-24)

0.18.0 (2024-03-15)

0.17.1 (2024-03-13)

0.17.0 (2024-02-14)

0.16.0 (2024-02-06)

0.15.0 (2024-01-30)

0.14.0 (2024-01-16)

0.13.0 (2023-11-09)

0.12.0 (2023-10-27)

0.11.0 (2023-09-08)

0.10.0 (2023-08-24)

0.9.0 (2023-08-03)

0.8.0 (2023-07-27)

0.7.0 (2023-07-11)

0.6.0 (2023-07-05)

0.5.0 (2023-05-10)

0.4.0 (2023-03-27)

  • Added support for business places.

0.3.1 (2023-03-17)

0.3.0 (2023-02-03)

0.2.0 (2022-09-22)

  • Supports web_poet.RequestUrl and web_poet.ResponseUrl and automatically convert them into a string on URL fields like Product.url.
  • Bumps the web_poet dependency version from 0.4.0 to 0.5.0 which fully supports type hints using the py.typed marker.
  • This package now also supports type hints using the py.typed marker. This means mypy would properly use the type annotations in the items when using it in your project.
  • Minor improvements in tests and annotations.

0.1.0 (2022-07-29)

Initial release.