Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.58 KB

Changelog

This project adheres to Semantic Versioning.

v0.2.1 - 2016-04-19

Added

  • Allowed for autoloading deprecated GithubChangelogGenerator class through Composer.

Changed:

  • Repository::fetch is now private.
  • Autoloading hack in github-changelog-generator.php.

Removed

  • Unused variable in ChangelogGenerator::getTypeFromLabels.

Fixed

  • Missing semicolon in github-changelog-generator.php.

v0.2.0 - 2016-04-19

Added

  • 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).

Changed:

  • 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.

Deprecated

  • The following scripts: github-changelog-generator-cli.php and github-changelog-generator.php.bat.
  • The following class: GithubChangelogGenerator (inside the github-changelog-generator.php file).

Fixed

  • CHANGELOG.md now reflects the current repository.