fix(documentation): Remove outdated changelog entries

This commit is contained in:
Philipp Kunz 2024-06-23 23:37:29 +02:00
parent b14ae1d8a6
commit 6404c8342a
2 changed files with 60 additions and 18 deletions

View File

@ -1,25 +1,67 @@
# 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.
## 2024-06-23 - 3.1.1 - fix(documentation)
Remove outdated changelog entries
-
```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
## 2024-06-23 - 3.1.0 - gitrepo
Enhancements and fixes to GitRepo
## 2023-08-01 - 1.0.0 - general
Implement new class approach
- Update README
- Enhance GitRepo to include commit date and version information
## 2023-07-15 - 0.1.0 - general
Initial release
- Now works with SSH keys
- Better sshKey understanding
```
## 2024-06-22 - 3.0.3 to 3.0.4 - core & GitRepo
General updates and new feature addition
- Fixed core functionality
- Added diff function in GitRepo
## 2023-11-15 - 3.0.1 to 3.0.2 - core, tsconfig, npmextra
Minor updates and fixes
- Fixed core functionality
- Updated tsconfig and npmextra.json
## 2023-07-10 - 3.0.0 - core
Structural changes to organization scheme
- Switched to a new organizational scheme
## 2023-07-27 - 3.0.0 to 3.0.1 - core
Structural changes and updates
- Fixed core functionality
- Switched to new organizational scheme
## 2022-07-31 - 2.0.2 to 3.0.0 - core
Breaking changes and updates
- Switching to ESM for core
- Fixed core functionality
## 2021-10-22 - 1.0.18 to 2.0.1 - dependencies, core
Breaking changes and updates
- Switched to isomorphic git dependencies
- Fixed core functionality
## 2020-08-15 - 1.0.14 to 1.0.18 - core
Fixes
- Fixed core functionality in multiple patches
## 2019-06-18 - 1.0.5 to 1.0.10 - core
Fixes
- Fixed core functionality in multiple patches
## 2016-06-23 - 0.0.10 to 0.1.11 - gitlab & other fixes
Initial implementations and setup
- Fixed README and merge issues
- Updated gitlab.yml and CI settings
- Implemented new class approach and other updates
- Removed unnecessary imports, postinstall
- Added npmextra.json, CI tests, SSH key support

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartgit',
version: '3.1.0',
version: '3.1.1',
description: 'A smart wrapper for nodegit that simplifies Git operations in Node.js.'
}