Skip to content

Releases: imyelo/git-reword

v0.2.0

Choose a tag to compare

@imyelo imyelo released this 07 Mar 11:08
c35641a

Changelog

Features

  • --cwd / -C flag: run git operations from a specified working directory
  • --version / -v flag: print the CLI version

Bug Fixes

  • Fixed commit reorder issue: commits were not being reversed before rebase, causing some rewrites to be skipped

Tests

  • Integration tests for --cwd flag
  • Integration tests for MainCommand.run() dispatch
  • Added missing coverage for apply, preflight, config, and CLI staged/apply paths
  • Optimized and simplified test files with shared setup and helpers

Commits

  • chore: update yarn lock 53ac05e
  • test: add integration tests for --cwd flag b7b28e7
  • feat: add --cwd / -C flag for git operations 6668df6
  • test: add missing coverage for apply, preflight, config, and CLI staged/apply paths a7b630e
  • refactor(test): optimize remaining test files 74cf7c1
  • refactor(test): simplify git tests with shared setup and helpers 36c3164
  • test(cli): add MainCommand.run() dispatch integration tests 8466223
  • feat: add --version / -v flag d691d35
  • fix: reverse commit order before rebase to apply all selected rewrites 09f67af

v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@imyelo imyelo released this 24 Feb 17:00
53289ee
  • fix: improve confirm input handling in staged mode 6f6e97e

v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@imyelo imyelo released this 22 Feb 18:12
b40dcf6

v0.0.2

Choose a tag to compare

@imyelo imyelo released this 17 Feb 17:40
ec4e8a2
  • fix: remove explicit any from inquirer prompt calls d90fcef
  • fix: correct import extension and inquirer types 19af53b

v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@imyelo imyelo released this 15 Feb 21:55
f1edb9e
v0.0.1