smartgit/changelog.md

26 lines
625 B
Markdown
Raw Normal View History

# 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
```