Skip to content

Releases: emlynwest/changelog

1.3.0

12 Dec 15:52
5f4e239
Compare
Choose a tag to compare

1.3.0

Added

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

Removed

  • Build target for HHVM

1.2.0

23 Apr 13:17
Compare
Choose a tag to compare

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.

1.1.0

07 Oct 20:30
Compare
Choose a tag to compare

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

1.0.0

04 Feb 22:23
Compare
Choose a tag to compare

Removed

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

0.4.0

29 Jan 20:13
Compare
Choose a tag to compare

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

25 Jan 16:21
Compare
Choose a tag to compare

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

21 Jan 22:07
Compare
Choose a tag to compare

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

18 Jan 20:15
Compare
Choose a tag to compare

Initial package release.

Next up:

  • Array access for Log object
  • Ability to output change log files