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.
- Add
$default
change detector parameter toChangeDetectors::from()
. - Add
FileChangeDetector::fromFileAndContents()
constructor.
- Make mtime in
FileChangeDetector
fully optional, because it's just an optimization technique.
- Fix inverted logic in
PhpVersionChangeDetector::changed()
. - Fix inverted logic in
PhpExtensionVersionChangeDetector::changed()
.
- Add
ConstantChangeDetector
.