work in progress
Warning
This project is not finished yet, work in progress.
You can install the package via composer:
composer require ghostwriter/changelogYou can also star (🌟) this repo to find it easier later.
$changelog = Changelog::new();
$changelog->add('Added', 'Added a new feature');
$changelog->add('Changed', 'Changed the way we do things');
$changelog->add('Fixed', 'Fixed a bug');
echo $changelog->render();Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.Unreleasedfor changes that have not been released yet.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
### Added
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Changed
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$authorUsername)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Deprecated
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Removed
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Fixed
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Security
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
## [0.1.0] - 2025-01-01
### Added
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Changed
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$authorUsername)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Deprecated
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Removed
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Fixed
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
### Security
- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)
- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)
[unreleased]: https://github.com/$nameWithOwner/compare/1.1.1...HEAD
[1.1.1]: https://github.com/$nameWithOwner/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/$nameWithOwner/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/$nameWithOwner/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/$nameWithOwner/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/$nameWithOwner/releases/tag/0.1.0Please see CHANGELOG.md for more information on what has changed recently.
Please see LICENSE for more information on the license that applies to this project.
Please see SECURITY.md for more information on security disclosure process.