Skip to content

Latest commit

 

History

History
89 lines (72 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

89 lines (72 loc) · 4.1 KB

Change Log

Changed

  • Changed my mind and bumped min PHP version to 8.2 #28
  • Converted CI to use GitHub actions #29
  • Raised minimum php version to 8.1 + bare minimum code updates #28
  • Updated composer packages to run with 8.1+ versions of packages #28
  • Updated composer packages and fixed tests to run on 8.1 #28

Added

  • Introduce command line merge command #25
  • Build targets for PHP 7.1 and 7.2

Removed

  • Build target for HHVM

1.2.0 2016-04-23

Added

  • Create release command line utility #6.
  • Create convert command line utility #6.
  • Create add command line utility #6.
  • Task to create .phar distributable.

Fixed

  • Links are no longer parsed as a description.
  • Links are now parsed correctly.
  • No longer require dev-master for the naneau/semver package #21.

Added

  • Flysystem IO adaptor #3.
  • GitHub release reading as part of #17.

Fixed

  • Fixes KeepAChangeLog behaving strangely with extra new lines #19.
  • Changed IO\String to IO\Native

Removed

  • IO\File no longer does an is_file() check to allow for remote url fetching #13.

0.4.0 - 2015-01-29

Added

  • Remove a Release from a Log #14.
  • Added date field to Release and date parsing to KeepAChangeLog parser #11.
  • Added support to KeepAChangeLog to look for yanked releases #10.
  • Added messy link handling to KeepAChangeLog #9.
  • Json and XML renderer #7.

Fixed

  • Fixed sorting releases with a release of the title "unreleased" #15.
  • Named links are now parsed and rendered correctly.

Changed

  • Splits Parser into Renderers and Parsers to better separate the functionality.

0.3.0 - 2015-01-25

Added

  • Releases are now sorted when being added to a Log #12.
  • Logs can now be merged #5.
  • GitHub IO adaptor implemented #4.

Changed

  • ChangeLog now throws exceptions if input/output are not set when calling parse() and write().

0.2.0 - 2015-01-21

Added

  • Implements array access for Log #1.
  • Added name param to Release constructor.
  • Added ability to write out logs to file #2.

Changed

  • Renamed "providers" to "IO".

0.1.0 - 2015-01-18

Added

  • Initial version.