Skip to content

Releases: spryker/decimal-object

1.0.2

30 Jul 15:35
782d76d
Compare
Choose a tag to compare

Included commits: 1.0.1...1.0.2

Fixes

Fixed method name for greaterThanOrEquals().

1.0.1

05 Nov 10:33
4366191
Compare
Choose a tag to compare

Included commits: 1.0.0...1.0.1

Improvements

Compatibility with PHP 8.

1.0.0

25 Nov 09:46
Compare
Choose a tag to compare

Included commits: 0.1.0...1.0.0

Improvements

Final 1.0.0 stable release of this value object.

0.1.0

15 Oct 13:02
8f3558c
Compare
Choose a tag to compare

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.