We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fe228a + 43cc1da commit 31f3753Copy full SHA for 31f3753
docs/release-notes.rst
@@ -5,6 +5,20 @@
5
Release notes
6
=============
7
8
+.. _release-1.3.0:
9
+
10
+itemloaders 1.3.0 (YYYY-MM-DD)
11
+------------------------------
12
13
+- Added support for method chaining to the ``add_*`` and ``replace_*``
14
+ methods, so you can now write code such as
15
+ ``loader.add_xpath("name", "//body/text()").add_value("url", "http://example.com")``
16
+ (:gh:`81`)
17
18
+- Added type hints and ``py.typed`` (:gh:`80`, :gh:`83`)
19
20
+- Made the docs builds reproducible (:gh:`82`)
21
22
.. _release-1.2.0:
23
24
itemloaders 1.2.0 (2024-04-18)
0 commit comments