Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 773 Bytes

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.

[0.4.5] 2024-11-21

Added

  • Add $default change detector parameter to ChangeDetectors::from().
  • Add FileChangeDetector::fromFileAndContents() constructor.

Changed

  • Make mtime in FileChangeDetector fully optional, because it's just an optimization technique.

[0.4.4] 2024-08-18

Fixed

  • Fix inverted logic in PhpVersionChangeDetector::changed().
  • Fix inverted logic in PhpExtensionVersionChangeDetector::changed().

[0.4.3] 2024-08-06

Added

  • Add ConstantChangeDetector.