Skip to content

Latest commit

 

History

History
327 lines (169 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

327 lines (169 loc) · 4.17 KB

ramsey/devtools 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.

2.0.0 - 2023-04-24

Added

  • Nothing.

Changed

  • Bump minimum supported version of ramsey/devtools-lib to 2.0

  • Bump minimum supported version of PHP to 8.1

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.7.1 - 2021-08-08

Added

  • Bump to ramsey/devtools-lib patch level v1.2.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.7.0 - 2021-07-11

Added

  • Bump to next minor version of ramsey/devtools-lib, which includes the following changes:
    • Add lint:style command to check for coding standards issues.
    • Add lint:syntax command to check for syntax errors.
    • Add license command that uses madewithlove/license-checker.
    • Add clean:coverage command to remove code coverage logging files.
    • Improve documentation for all commands.
    • The lint command is now aliased to lint:all and executes lint:pds, lint:syntax, and lint:style.
    • Deprecate pre-commit command and make it a no-op. This also deprecates Ramsey\Dev\Tools\Composer\Command\PreCommitCommand.
    • Deprecate Ramsey\Dev\Tools\Composer\Command\CaptainHookInstallCommand. This was only used internally and has been replaced with captainhook/plugin-composer.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.6.0 - 2021-03-21

Added

  • Bump to next minor version of ramsey/devtools-lib, with lint:pds command.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.5.1 - 2020-10-27

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Use stable composer/composer version 2.0

1.5.0 - 2020-10-09

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.4.1 - 2020-09-07

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

1.4.0 - 2020-09-04

Added

  • Improve CI workflows and tests; add automatic release workflow using laminas/automatic-releases.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.0 - 2020-09-02

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.1 - 2020-08-31

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Use correct command name when dispatching events.

1.2.0 - 2020-08-30

Added

  • Use a namespaced Composer extra property (i.e., extra.ramsey/devtools).
  • Allow additional scripts and overriding of commands.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.0 - 2020-08-28

Added

  • Move base test case to src for use by dependants.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.1 - 2020-08-28

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Rename command to avoid collisions with root composer test.

1.0.0 - 2020-08-27

Initial release.

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.