Releases: michael-rubel/laravel-value-objects
Releases · michael-rubel/laravel-value-objects
v4.1.0
What's Changed
- Add
asFloat
casting method toNumber
🔨 by @michael-rubel in #26
Full Changelog: 4.0.2...4.1.0
v4.0.2
What's Changed
- Make internal
BigNumber
object immutable 🔧 by @michael-rubel in #25
Full Changelog: 4.0.1...4.0.2
v4.0.1
v4.0.0
What's Changed
- Add
toString
convenience method by @michael-rubel in #22 - Introduce mutation testing | Improve code quality & tests by @michael-rubel in #23
Full Changelog: 3.5.0...4.0.0
v3.5.0
What's Changed
- Allow passing formatted value in
Number
by @michael-rubel in #21
Full Changelog: 3.4.1...3.5.0
v3.4.1
What's Changed
- Remove unnecessary methods from Email class by @bryanlopezinc in #20
New Contributors
- @bryanlopezinc made their first contribution in #20
Full Changelog: 3.4.0...3.4.1
v3.4.0
What's Changed
- Offload sanitization logic to Formatter in
Name
by @michael-rubel in #18 - Add
domain
andusername
methods toEmail
by @michael-rubel in #19
Full Changelog: 3.3.0...3.4.0
v3.3.0
What's Changed
- Move callback logic to trait 🧹 by @michael-rubel in #15
- Move message to interface 🧹 by @michael-rubel in #16
- Introduce break control in
FullName
🧱 by @michael-rubel in #17
Full Changelog: 3.2.0...3.3.0
v3.2.0
v3.1.0
What's Changed
- Add
Phone
object by @michael-rubel in #10 - Trim value in
Phone
by @michael-rubel in #12
Full Changelog: 3.0.0...3.1.0