Releases: spryker/decimal-object
Releases · spryker/decimal-object
1.0.2
1.0.1
1.0.0
0.1.0
Initial Release
First beta release of Decimal value object as open-source library.
This value object can be used to deal with decimal values coming from "decimal" type DB columns instead of handling them as strings throughout a PHP project.
(Value) objects have several advantages here over normal strings, one being a bit more strict with invalid values as well as providing convenience wrapper methods and syntactic sugar around common tasks and operations.