Skip to content

v0.3.0

Choose a tag to compare

@tenedev tenedev released this 08 Jan 06:34

New Features

Comprehensive Commit API

  • commit
  • commitAll
  • commitAmend
  • commitEmpty
  • commitFixup
  • commitNoEdit
  • commitReuseMessage
  • commitSignoff
  • commitWithAuthor

Comprehensive Restore API

  • restore
  • restoreAll
  • restoreAllFromHead
  • restoreAllStaged
  • restoreBoth
  • restoreFrom
  • restoreFromHead
  • restoreStaged
  • restoreWorktree

Refactor

  • Migrated the internal Git command runner from node:child_process.exec to node:child_process.spawn
  • Removed the buildCmd and quoteArg utilities
  • Argument handling is now delegated directly to spawn, removing manual string construction and reducing edge cases

What's Changed

  • feat: add comprehensive commit API by @teneplaysofficial in #9
  • feat: add comprehensive restore API by @teneplaysofficial in #10

Full Changelog: v0.2.0...v0.3.0