feat(gitrepo): Enhance GitRepo to include commit date and version information

This commit is contained in:
2024-06-23 21:05:50 +02:00
parent a5dae9b3a3
commit 753bc49c4e
6 changed files with 97 additions and 25 deletions

25
changelog.md Normal file
View File

@@ -0,0 +1,25 @@
# Changelog
## 2024-06-23 - 3.1.0 - feat(gitrepo)
Enhance GitRepo to include commit date and version information
- Enhanced `getAllCommitMessages` to include commit date and package.json version.
- Improved `getUncommittedDiff` by providing detailed diff information for each file.
```markdown
## 2023-10-01 - 3.0.0 - core
BREAKING CHANGE: switch to esm
## 2023-09-15 - 2.0.0 - dependencies
BREAKING CHANGE: switch to isomorphic git
## 2023-08-01 - 1.0.0 - general
Implement new class approach
- Update README
## 2023-07-15 - 0.1.0 - general
Initial release
- Now works with SSH keys
- Better sshKey understanding
```