- Use target_path instead of file_name for output
- introduce Delta features (opt-in feature)
- manager accepts a configuration object
- packager broken up into extractor and packager
- master file represented by Master object
- delta files represented by Delta object
- delegate files to extract to ExtractionList object
- add a Comparator object as blockbuster's in-memory datastore
- configuration class introduced
- manager delegates to configuration
- Blockbuster allow a
configure
setup block