Skip to content

Releases: adevade/seconds

4.0.1

25 May 10:01
f90458c
Compare
Choose a tag to compare

What's Changed

Internal changes only.

Full Changelog: 4.0.0...4.0.1

4.0.0

03 Oct 13:14
4ec0141
Compare
Choose a tag to compare

What's Changed

  • Drop support for PHP 7 by @karate in #9
  • Add typed properties and return types to methods by @karate in #10
  • v4.0 by @adevade in #11
    • Install and run Laravel Pint formatter
    • Update GH Actions dependencies
    • Update tests.yml
    • Add GH Action for code formatting
    • Update composer.json
    • Update CHANGELOG.md

New Contributors

  • @karate made their first contribution in #9

Full Changelog: 3.0.0...4.0.0

3.0.0

25 Oct 14:11
94250ca
Compare
Choose a tag to compare

What's Changed

  • Drop PHP <=7.3 support and add PHP 8.1 support by @nimah79 in #4

New Contributors

Full Changelog: 2.1.0...3.0.0

2.1.0

16 Apr 11:03
083d361
Compare
Choose a tag to compare

Added

  • Support PHP 8.0.

Changed

  • Exception messages use correct variable names.

2.0.0

17 Apr 15:53
3f072e3
Compare
Choose a tag to compare

💥 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

17 Apr 15:24
Compare
Choose a tag to compare

Added

  • Added support for PHPUnit ^8|^9.

1.0.2

28 Feb 10:25
Compare
Choose a tag to compare

Changed

  • Better variable names for DocBlock helpers.

1.0.1

08 Feb 06:53
Compare
Choose a tag to compare

Added

  • DocBlock helpers for IDEs.

Fixed

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

1.0.0

06 Feb 21:17
Compare
Choose a tag to compare

Initial release