3.0.0 – Transformers
- Added
Transformerinterface.
Breaking changes
Migrating to 3.0.0 only requires effort for users of filters, mappings or custom durability settings.
Filters and mappings were removed from ImportSpecification and reimplemented as transformers. Filters are reimplemented by FilterTransformer whilst mapping integration was moved to a separate project, MappingTransformer.
Durability settings were moved from Porter to the ImportSpecification, allowing settings to be customized per-import instead of using the same setting for all imports.
- Refactored filters into
FilterTransformer. - Removed mappings from
Porter. - Moved durability methods from
PortertoImportSpecification.