Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.54 KB

CHANGES.md

File metadata and controls

56 lines (37 loc) · 1.54 KB

CHANGELOG

v0.1.9

  1. Moved argparse logic out of script task and into runner
  2. Added option --dump-spec to dump the workflow spec
  3. Bump to SpiffWorkflow 3.0.0rc2

v0.1.8

  1. Fixed issue when $EDITOR contained spaces
  2. Replaced map/filter calls with list comprehensions

v0.1.7

  1. Removed hack when loading bpmn file content
  2. Migrated git branch queries to multi-instance task
  3. Bump to SpiffWorkflow 2.0.1

v0.1.6

  1. Fixed bug when not on a HEAD branch an empty report could be shown
  2. Fixed issue where terminate end events inside a bpmn subprocess did not do what I thought they did
  3. Added --dry-run to prevent actually deleting branches
  4. Added --offline to prevent running fetch and prune

v0.1.5

  1. Updated editor support to deep link to process model
  2. Added logic so $EDITOR is not opened if there are no branches to delete
  3. Added CHANGELOG.md

v0.1.4

  1. Now using SpiffWorkflow 2.0.0rc0
  2. Attempt to abort workflow with result of failed called to git
  3. Simplify git response parsing
  4. Better handling of HEAD and remote branches
  5. Added make run-editor to integrate with the editor from SpiffArena

v0.1.3

v0.1.2

Note: it is not recommended to use these versions.

  1. Failed attempts to use non release version of SpiffWorkflow with PyPI

v0.1.1

  1. Better location for the pip console script
  2. Fix an issue with leading/trailing spaces in branch names after user selection
  3. Added proper README.md

v0.1.0

  1. Initial project set up and development