Stable Release V3
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.