This project adheres to Semantic Versioning.
v0.2.1 - 2016-04-19
- Allowed for autoloading deprecated
GithubChangelogGenerator
class through Composer.
Repository::fetch
is now private.- Autoloading hack in
github-changelog-generator.php
.
- Unused variable in
ChangelogGenerator::getTypeFromLabels
.
- Missing semicolon in
github-changelog-generator.php
.
v0.2.0 - 2016-04-19
- Composer/Packagist support.
- Psr-4 autoloading and namespacing.
- Separate class for handling interactions with the GitHub API (removes tight coupling in original class).
- Made the CLI tool more robust.
- EditorConfig support.
- CONDUCT.md and CONTRIBUTING.md guides.
- PHPUnit test suite (no actual tests written yet, though).
- The repository now has a more robust folder structure.
- README.md reflects all new changes.
- Renamed LICENSE file to LICENSE.md for some visual tweaks. ;)
- Code Style follows PSR-2.
- The following scripts:
github-changelog-generator-cli.php
andgithub-changelog-generator.php.bat
. - The following class:
GithubChangelogGenerator
(inside thegithub-changelog-generator.php
file).
- CHANGELOG.md now reflects the current repository.