Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 537 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 537 Bytes

0.4.1

  • Use target_path instead of file_name for output

0.4.0

  • 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

0.3.0

  • configuration class introduced
  • manager delegates to configuration
  • Blockbuster allow a configure setup block