Release notes¶
itemloaders 1.0.4 (2020-11-12)¶
When adding a
scrapy.item.Item
object as a value into anItemLoader
object, that item is now added as is, instead of becoming alist
of keys from itsfields
(#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):
Improved the README file (#9)
Improved continuous integration (e62d95b)