v0.3.0
New Features
Comprehensive Commit API
commitcommitAllcommitAmendcommitEmptycommitFixupcommitNoEditcommitReuseMessagecommitSignoffcommitWithAuthor
Comprehensive Restore API
restorerestoreAllrestoreAllFromHeadrestoreAllStagedrestoreBothrestoreFromrestoreFromHeadrestoreStagedrestoreWorktree
Refactor
- Migrated the internal Git command runner from
node:child_process.exectonode:child_process.spawn - Removed the
buildCmdandquoteArgutilities - 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