Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Latest commit

 

History

History
223 lines (143 loc) · 9.06 KB

CHANGELOG.md

File metadata and controls

223 lines (143 loc) · 9.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

For a full diff see 0.8.0...main.

For a full diff see 0.7.0...0.8.0.

Changed

  • Started building Docker image based on composer-normalize.phar (#81), by @localheinz
  • Stopped running with --dry-run option by default (#81), by @localheinz

For a full diff see 0.6.0...0.7.0.

Changed

  • Removed possibility to configure version of ergebnis/composer-normalize via COMPOSER_NORMALIZE_VERSION environment variable (#63), by @localheinz

Fixed

  • Allowed specifying arguments and options so action can be run in other modes (#64), by @localheinz

For a full diff see 0.5.2...0.6.0.

Changed

For a full diff see 0.5.1...0.5.2.

Fixed

  • Actually tag Docker image before attempting to push it (#50), by @localheinz

For a full diff see 0.5.0...0.5.1.

Fixed

  • Flipped arguments passed to startsWith() so Docker images are actually tagged when a tag is created on GitHub (#49), by @localheinz

For a full diff see 0.4.2...0.5.0.

Changed

  • Started using php:7.3-cli-alpine instead of php:7.3-alpine as Docker base image (#39), by @localheinz
  • Requiring ergebnis/composer-normalize only when value of COMPOSER_NORMALIZE_VERSION environment variable is different from initially installed version (#40), by @localheinz
  • Allow specifying arguments and options for composer normalize using the args configuration (#47), by @localheinz

For a full diff see 0.4.1...0.4.2.

Fixed

For a full diff see 0.4.0...0.4.1.

Fixed

  • Use environment variable COMPOSER_NORMALIZE_VERSION directly instead of input parameter composer-normalize-version and require corresponding version of ergebnis/composer-normalize in entrypoint.sh (#36), by @localheinz

For a full diff see 0.3.1...0.4.0.

Changed

  • Provided metadata for the action via action.yml (#28), by @localheinz
  • Adjusted action.yml to allow specifying the version of ergebnis/composer-normalize that should be used by the action (#29), by @localheinz

For a full diff see 0.3.0...0.3.1.

Changed

  • Updated README.md to reflect migration to yml format (#25), by @localheinz

For a full diff see 0.2.5...0.3.0.

Changed

For a full diff see 0.2.4...0.2.5.

Fixed

  • Started copying global .composer directory from Docker image into GitHub home directory in entrypoint.sh (#18), by @localheinz

For a full diff see 0.2.3...0.2.4.

Fixed

  • Switched to installing ergebnis/composer-normalize when building the Docker image (#10), by @localheinz

For a full diff see 0.2.2...0.2.3.

Fixed

For a full diff see 0.2.1...0.2.2.

Changed

  • Showed some information to allow debugging (#8), by @localheinz

For a full diff see 0.2.0...0.2.1.

Fixed

  • Switched to using auto-builds on Docker hub instead of deploying from Travis (#7), by @localheinz

For a full diff see 0.1.0...0.2.0.

Fixed

  • Switched to using the root user in Dockerfile to allow access to the GitHub workspace (#6), by @localheinz

For a full diff see afa2393...0.1.0.