All notable changes to this project will be documented in this file.
4.0.1 - 2023-05-25
- Refactor internals.
4.0.0 - 2022-10-03
- Drop support for PHP 7.
3.0.0 - 2021-10-25
- Drop support for PHP <= 7.3.
- Drop support for PHPUnit 8.
2.1.0 - 2021-04-16
- Support for PHP 8.0.
- Exception messages use correct variable names.
2.0.0 - 2020-04-17
💥 Breaking changes! New namespace. Run composer dump-autoload
after update.
- Change namespace to top level
Adevade
. UseAdevade\Seconds::class
instead ofAdevade\Seconds\Seconds::class
in ^2.0.
1.1.0 - 2020-04-17
- Added support for PHPUnit
^8|^9
.
1.0.2 - 2020-02-28
- Better variable names for DocBlock helpers.
1.0.1 - 2020-02-08
- DocBlock helpers for IDEs.
- Throw exceptions if method does not exist or if parameter is invalid.
1.0.0 - 2020-02-06
- Initial release