Laravel Value Objects Versions Save

A bunch of general-purpose value objects you can use in your Laravel application.

7.0.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/6.0.0...7.0.0

6.0.0

5 months ago

What's Changed

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/5.1.1...6.0.0

5.1.1

7 months ago

What's Changed

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/5.1.0...5.1.1

5.1.0

10 months ago

5.0.1

1 year ago

5.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/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


4.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/4.2.0...4.2.1

4.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/4.1.0...4.2.0

4.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/4.0.2...4.1.0

4.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/michael-rubel/laravel-value-objects/compare/4.0.1...4.0.2