Skip to content

Releases: simonw/sqlite-history-json

0.4

09 Feb 17:32
e83c5fb

Choose a tag to compare

  • New mechanism for attaching optional notes to groups of changes. #2
  • This requires a schema change, see the documentation on upgrading older databases. #4

0.3a0

08 Feb 05:55

Choose a tag to compare

0.3a0 Pre-release
Pre-release
  • Switched CLI order so command comes before database.

0.2a0

08 Feb 05:46
b20f8aa

Choose a tag to compare

0.2a0 Pre-release
Pre-release
  • New CLI, accessed via python -m sqlite_history_json #2
  • get_history() and get_row_history() functions
  • row_state_sql() function returning a SQL query for reconstructing row state
  • python -m sqlite_history_json row-state-sql command.

0.1a0

08 Feb 04:48
ba9c1e3

Choose a tag to compare

0.1a0 Pre-release
Pre-release
  • Initial alpha.