Skip to content

Stable Release V3

Compare
Choose a tag to compare
@Dropelikeit Dropelikeit released this 03 Dec 22:28
· 33 commits to master since this release
562acc2

Note: This update contains Break Changes [BC]!
In this release, we have filled the existing interfaces with methods. Furthermore, we replaced the "isZeroAmount" method of the converter with an "isEmpty" method, the exception thrown in the "isZeroAmount" method when the amount was 0 was completely removed. If the amount is 0, 0 is returned.

What's new?
We have greatly improved our PHPUnit tests and added additional feature tests. We also added PHPStan and helpful Composer commands. We have also made some improvements to the production code.