Porter v3.0.0 Release Notes

Release Date: 2017-01-29 // about 7 years ago
    • โž• Added Transformer interface.

    ๐Ÿ’ฅ 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 Porter to ImportSpecification.