Skip to content

Releases: code-distortion/currency

0.5.6

28 Jan 17:48

Choose a tag to compare

0.5.6 Pre-release
Pre-release

[0.5.6] - 2025-01-28

Added

  • Added support for PHP 8.4

0.5.5

14 Aug 07:17

Choose a tag to compare

0.5.5 Pre-release
Pre-release

[0.5.5] - 2024-08-14

Added

  • Added support for PHP 8.3
  • Added support for Laravel 10 & 11

0.5.4

19 Dec 06:31

Choose a tag to compare

0.5.4 Pre-release
Pre-release

[0.5.4] - 2022-12-19

Added

  • Added support for PHP 8.2

0.5.3

06 Dec 04:19

Choose a tag to compare

0.5.3 Pre-release
Pre-release

[0.5.3] - 2022-12-06

Added

  • Added support for Laravel 9
  • Updated tests so they run again

0.5.2

01 Jan 02:43

Choose a tag to compare

0.5.2 Pre-release
Pre-release

[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

22 Dec 16:06

Choose a tag to compare

0.5.1 Pre-release
Pre-release

[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

23 Apr 07:43

Choose a tag to compare

0.5.0 Pre-release
Pre-release

[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

21 Feb 13:15

Choose a tag to compare

0.4.3 Pre-release
Pre-release

[0.4.3] - 2021-02-21

Added

  • Added support for PHP 8
  • Added Laravel 8
  • Updated to PSR12

0.4.2

08 Mar 04:09

Choose a tag to compare

0.4.2 Pre-release
Pre-release

Added

  • Laravel 7

0.4.1

27 Jan 06:19

Choose a tag to compare

0.4.1 Pre-release
Pre-release

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.