Release notes
itemloaders 1.3.2 (2024-09-30)
itemloaders 1.3.1 (2024-06-03)
Fixed an error when using nested loaders with empty matches that was introduced in 1.3.0 (#88)
itemloaders 1.3.0 (2024-05-30)
itemloaders 1.2.0 (2024-04-18)
itemloaders 1.1.0 (2023-04-21)
itemloaders 1.0.6 (2022-08-29)
Fixes a regression introduced in 1.0.5 that would cause the
re
parameter ofItemLoader.add_xpath()
and similar methods to be passed to lxml, which would trigger an exception when the value ofre
was a compiled pattern and not a string (#56)
itemloaders 1.0.5 (2022-08-25)
Allow additional args to be passed when calling
ItemLoader.add_xpath()
(#48)Fixed missing space in an exception message (#47)
Updated company name in author and copyright sections (#42)
Added official support for Python 3.9 and improved PyPy compatibility (#44)
Added official support for Python 3.10 (#53)
itemloaders 1.0.4 (2020-11-12)
When adding a
scrapy.Item
object as a value into anItemLoader
object, that item is now added as is, instead of becoming alist
of keys from itsscrapy.Item.fields
(#28, #29)Increased test coverage (#27)
itemloaders 1.0.3 (2020-09-09)
Calls to
ItemLoader.get_output_value()
no longer affect the output ofItemLoader.load_item()
(#21, #22)Fixed some test warnings (#24)
itemloaders 1.0.2 (2020-08-05)
itemloaders 1.0.1 (2020-07-02)
Extended item type support to all item types supported by itemadapter (#13)
Input and output processors defined in item field metadata are now taken into account (#13)
Lowered some minimum dependency versions (#10):
parsel
: 1.5.2 → 1.5.0w3lib
: 1.21.0 → 1.17.0
Improved the README file (#9)
Improved continuous integration (e62d95b)
itemloaders 1.0.0 (2020-05-18)
Initial release, based on a part of the Scrapy code base.