Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

4.0.1 - 2023-05-25

Changed

  • Refactor internals.

4.0.0 - 2022-10-03

Removed

  • Drop support for PHP 7.

3.0.0 - 2021-10-25

Removed

  • Drop support for PHP <= 7.3.
  • Drop support for PHPUnit 8.

2.1.0 - 2021-04-16

Added

  • Support for PHP 8.0.

Changed

  • Exception messages use correct variable names.

2.0.0 - 2020-04-17

💥 Breaking changes! New namespace. Run composer dump-autoload after update.

Changed

  • Change namespace to top level Adevade. Use Adevade\Seconds::class instead of Adevade\Seconds\Seconds::class in ^2.0.

1.1.0 - 2020-04-17

Added

  • Added support for PHPUnit ^8|^9.

1.0.2 - 2020-02-28

Changed

  • Better variable names for DocBlock helpers.

1.0.1 - 2020-02-08

Added

  • DocBlock helpers for IDEs.

Fixed

  • Throw exceptions if method does not exist or if parameter is invalid.

1.0.0 - 2020-02-06

  • Initial release