Skip to content

Releases: michael-rubel/laravel-value-objects

7.0.0

14 Mar 19:12
7d10557
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.0...7.0.0

6.0.0

26 Nov 20:20
cae83ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.1...6.0.0

5.1.1

04 Oct 08:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

v5.1.0

15 Jun 15:11
d94bc7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.1.0

v5.0.1

18 Jan 14:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

v5.0.0

16 Dec 08:24
ee1684f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.1...5.0.0


Backward-incompatible changes

[BC] CHANGED: The parameter $number of MichaelRubel\ValueObjects\Concerns\SanitizesNumbers#sanitize() changed from int|string|null to int|string|float|null
[BC] REMOVED: Method MichaelRubel\ValueObjects\Collection\Primitive\Boolean#isInTrueValues() was removed
[BC] REMOVED: Method MichaelRubel\ValueObjects\Collection\Primitive\Boolean#isInFalseValues() was removed
[BC] CHANGED: Type of property MichaelRubel\ValueObjects\Collection\Primitive\Boolean#$value changed from bool|int|string to bool
[BC] CHANGED: Property MichaelRubel\ValueObjects\Collection\Primitive\Boolean#$trueValues changed default value
[BC] CHANGED: Property MichaelRubel\ValueObjects\Collection\Primitive\Boolean#$falseValues changed default value
[BC] CHANGED: The parameter $number of MichaelRubel\ValueObjects\Collection\Primitive\Number#__construct() changed from int|string to int|string|float
[BC] CHANGED: The parameter $number of MichaelRubel\ValueObjects\Concerns\SanitizesNumbers#sanitize() changed from int|string|null to int|string|float|null


v4.2.1

10 Dec 18:18
9c9482c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @olsza made their first contribution in #31

Full Changelog: 4.2.0...4.2.1

v4.2.0

23 Nov 13:07
57ee5ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

v4.1.0

23 Nov 09:15
c35a24e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.1.0

v4.0.2

22 Nov 10:21
1b93a71
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2