Skip to content

Commit

Permalink
Merge pull request #86 from scrapy/relnotes-1.3.0
Browse files Browse the repository at this point in the history
Release notes for 1.3.0.
  • Loading branch information
wRAR committed May 30, 2024
2 parents 5fe228a + 43cc1da commit 31f3753
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
Release notes
=============

.. _release-1.3.0:

itemloaders 1.3.0 (YYYY-MM-DD)
------------------------------

- Added support for method chaining to the ``add_*`` and ``replace_*``
methods, so you can now write code such as
``loader.add_xpath("name", "//body/text()").add_value("url", "http://example.com")``
(:gh:`81`)

- Added type hints and ``py.typed`` (:gh:`80`, :gh:`83`)

- Made the docs builds reproducible (:gh:`82`)

.. _release-1.2.0:

itemloaders 1.2.0 (2024-04-18)
Expand Down

0 comments on commit 31f3753

Please sign in to comment.