Skip to content

Releases: nemisj/git-removed-branches

v2.3.1: Bug fix

09 Sep 07:07
Compare
Choose a tag to compare
  • Fixing TypeError introduced in 2.1.1

v2.3.0: added --version

29 Aug 10:04
Compare
Choose a tag to compare

Added --version option: git removed-branches --version

v2.2.0: Added NODE_MAX_BUFFER

15 Aug 12:23
Compare
Choose a tag to compare
  • Added NODE_MAX_BUFFER env variable, in order to eliminate error ERR_CHILD_PROCESS_STDIO_MAXBUFFER in rare cases.

v2.1.1: Bug fix

15 Aug 10:37
Compare
Choose a tag to compare
  • git-removed-branches now takes into account renamed branches. Meaning the local branch name can differ from the remote branch name.

v2.1.0: Extra check for remote flag

06 Feb 11:29
Compare
Choose a tag to compare
  • Do not allow passing an empty remote to the script - git removed-braneches -r will throw an error
  • Added extra check for provided remote. If the remote is not configured, it will show a warning.

v2.0.0: Drop support for node lower than v7.10.1

15 Oct 19:40
Compare
Choose a tag to compare