PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Eric Sizemore   Clock Abstraction   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Clock Abstraction
Access the time clock values following PSR-20
Author: By
Last change: Prepare 1.1.0 release
feat: add new 'adjustTo' method on FrozenClock

Also update composer.lock and deps. Testing might still need some work, among other things.
refresh composer.lock, some cleanup/fixes
Date: 3 days ago
Size: 717 bytes
 

Contents

Class file image Download

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.

[1.1.0] - 2024-11-17

Added

* Added support for adjusting (or modifying) the frozen clock with a given modifier.

* New method `adjustTo(string $withModifier)`

Changed

* Updated composer.json (dev dependencies)

* ... and composer.lock

* Updated USAGE.md

[1.0.0] - 2024-04-10

* Initial release.

[1.1.0]: https://github.com/ericsizemore/clock/releases/tag/1.1.0 [1.0.0]: https://github.com/ericsizemore/clock/releases/tag/1.0.0