Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 656 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 656 Bytes

1.1.0

  • Large refactor
  • Bugfixes when git is not available on PATH but is otherwise installed.
  • Shiny new icon.

1.0.0

  • New configuration options:
    • gitflow.deleteBranchOnfinish
    • gitflow.deleteRemoteBranches
    • gitflow.default.development
    • gitflow.default.production
  • Fix issue with hardcoded development branch to develop.
  • Fix unhelpful errors from git when doing a gitflow operation on an unclean working tree

0.1.0

  • Update to TypeScript 2.0 and enforce strict null checks. May now catch some latent issues.

0.0.5

  • Fixed missing push of master and tags after finishing a release or a hotfix.