Releases: code-distortion/currency
Releases · code-distortion/currency
0.5.6
[0.5.6] - 2025-01-28
Added
- Added support for PHP 8.4
0.5.5
[0.5.5] - 2024-08-14
Added
- Added support for PHP 8.3
- Added support for Laravel 10 & 11
0.5.4
[0.5.4] - 2022-12-19
Added
- Added support for PHP 8.2
0.5.3
[0.5.3] - 2022-12-06
Added
- Added support for Laravel 9
- Updated tests so they run again
0.5.2
[0.5.2] - 2022-01-01
Fixed
- Changed dependency list to refer to specific versions of PHP - to stop installation on platforms with future versions of PHP before being tested
0.5.1
[0.5.1] - 2021-12-23
Added
- Added support for PHP 8.1
- Added phpstan ^1.0 to dev dependencies
- New
->abs()method
0.5.0
[0.5.0] - 2021-04-23
Changed (breaking)
- Tweaked the way nulls are handled in calculations. Now:
- Adding or subtracting null with null will give null,
- Adding or subtracting a value (eg. 5) with null will give the value (5),
- Multiplying or dividing null with null will give null,
- Multiplying or dividing a value (eg. 5) with null will give null,
Added
- New
->isNull()method
0.4.3
[0.4.3] - 2021-02-21
Added
- Added support for PHP 8
- Added Laravel 8
- Updated to PSR12
0.4.2
Added
- Laravel 7
0.4.1
Added
- GitHub actions workflows file
Changed
- Updated the code-of-conduct to https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
- Added Treeware details
- Bumped dependencies
- Updated non-Testbench tests so they could use the non-namespaced phpunit TestCase from old versions of phpunit (because old versions of Testbench require old versions of phpunit). This allowed testing back to Laravel 5.2.