Skip to content

Latest commit

 

History

History
189 lines (123 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

189 lines (123 loc) · 5.61 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 2.8.0...main.

For a full diff see 2.7.0...2.8.0.

Changed

For a full diff see 2.6.0...2.7.0.

Changed

For a full diff see 2.5.0...2.6.0.

Changed

For a full diff see 2.4.0...2.5.0.

Changed

For a full diff see 2.3.0...2.4.0.

Changed

For a full diff see 2.2.0...2.3.0.

Changed

For a full diff see 2.1.0...2.2.0.

Added

For a full diff see 2.0.1...2.1.0.

Added

  • Added possibility to create a FrozenClock by freezing a SystemClock (#143), by @localheinz

For a full diff see 2.0.0...2.0.1.

Fixed

  • Removed an inappropriate replace configuration from composer.json (#57), by @localheinz

For a full diff see 1.0.0...2.0.0.

Changed

Run

$ composer remove localheinz/clock

and

$ composer require ergebnis/clock

to update.

Run

$ find . -type f -exec sed -i '.bak' 's/Localheinz\\Clock/Ergebnis\\Clock/g' {} \;

to replace occurrences of Localheinz\Clock with Ergebnis\Clock.

Run

$ find -type f -name '*.bak' -delete

to delete backup files created in the previous step.

Fixed

For a full diff see 36912f6...1.0.0.

Added

  • Added SystemClock (#1), by @localheinz
  • Added FrozenClock (#2), by @localheinz