Skip to content

0.5

Compare
Choose a tag to compare
@simonw simonw released this 03 Dec 04:05
· 52 commits to main since this release
  • The item_version table now only records values that have changed since the previous item version. A new item_changed many-to-many table records exactly which columns were changed in which item version, to compensate for ambiguous null values. #21
  • New --full-versions option for storing full copies of each version instead of storing just the columns that have changed.
  • Major backwards-incompatible schema changes - see README for details of the new schema.
  • New --dialect option for specifying a CSV dialect if you don't want to use auto-detection. #27
  • The history for multiple files can now be stored in the same database, using the new --namespace option. #13
  • --skip HASH, --start-at HASH and --start-after HASH options for skipping specific Git commits or starting processing at or after a specific hash. #26, #28