- #8 Remove
Workflow::addValueConverter()
andWorkflow::addValueFilter()
and handle value filters and converter by::addConverter()
and::addFilter()
. - #9 Allowing processing of multiple readers.
MappingConverter
allows to copy instead of move values- Conditional converters can now define the field the filter should be applied on
- Refactored
Workflow
- Improved adding of filters, converters and writers
- Allow callback to be passed directly to filters and converters
- Improved
MappingConverter
- Add value converters and value filters
- Add
MappingConverter
- Add
LogConverter
- Filter items if converter returns
null
- Initial release