Releases: PierreDemailly/node-git
Releases · PierreDemailly/node-git
v1.3.1
What's Changed
- fix(add): make indexAll & indexAllCurrentDirectory options optional by @PierreDemailly in #76
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Added
- Added function
currentAuthor()to the API to retrieve current author based on git configuration.
Changed
- Updated repository: migrated from
taptotest_runner, updated deps & GA, docs, ci, imports - Cleaned up TODOs
v1.2.0
Added
- Added function
init()to the API to initialize a Git. This function prompt for confirmation if git is already initialized.
v1.1.1
Fixed
currentBranch()doesn't include EOL anymore
v1.1.0
Added
- Added function
currentBranch()to the API to get the current branch name.
v0.1.4
What's Changed
skipHooksnow take a boolean (commit)- Added docs
- Update dependencies
- Added license
v1.0.3
What's Changed
- chore: added changelog check
- fix(types): make indexAll options optional
v1.0.2
What's Changed
- Removed unsafe regexs
- Added docs folder to .gitignore
- Added standard
v1.0.1
v1.0.0
What's Changed
- refacto: promisify child_process.exec by @PierreDemailly in #21
- feat: bypass git hooks by @PierreDemailly in #24