Skip to content

Releases: michael-rubel/laravel-value-objects

7.0.2

Choose a tag to compare

@michael-rubel michael-rubel released this 27 Nov 14:28
30bc0da

What's Changed

New Contributors

Full Changelog: 7.0.1...7.0.2

7.0.1

Choose a tag to compare

@michael-rubel michael-rubel released this 13 Nov 08:48
99ecb17

What's Changed

Full Changelog: 7.0.0...7.0.1

7.0.0

Choose a tag to compare

@michael-rubel michael-rubel released this 14 Mar 19:12
7d10557

What's Changed

New Contributors

Full Changelog: 6.0.0...7.0.0

6.0.0

Choose a tag to compare

@michael-rubel michael-rubel released this 26 Nov 20:20
cae83ef

What's Changed

Full Changelog: 5.1.1...6.0.0

5.1.1

Choose a tag to compare

@michael-rubel michael-rubel released this 04 Oct 08:38

What's Changed

Full Changelog: 5.1.0...5.1.1

v5.1.0

Choose a tag to compare

@michael-rubel michael-rubel released this 15 Jun 15:11
d94bc7f

What's Changed

Full Changelog: 5.0.1...5.1.0

v5.0.1

Choose a tag to compare

@michael-rubel michael-rubel released this 18 Jan 14:23

What's Changed

Full Changelog: 5.0.0...5.0.1

v5.0.0

Choose a tag to compare

@michael-rubel michael-rubel released this 16 Dec 08:24
ee1684f

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

Choose a tag to compare

@michael-rubel michael-rubel released this 10 Dec 18:18
9c9482c

What's Changed

New Contributors

  • @olsza made their first contribution in #31

Full Changelog: 4.2.0...4.2.1

v4.2.0

Choose a tag to compare

@michael-rubel michael-rubel released this 23 Nov 13:07
57ee5ad

What's Changed

Full Changelog: 4.1.0...4.2.0