Releases: whitecube/laravel-timezones
Releases · whitecube/laravel-timezones
v1.2.3
v1.2.2
What's Changed
- Add typehints to facade by @edwinvdpol in #11
- Argument- and return typehints by @edwinvdpol in #12
- Migrated Pest configuration by @edwinvdpol in #13
- Consistent docblocks by @edwinvdpol in #10
New Contributors
- @edwinvdpol made their first contribution in #11
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's new:
- Added
Macroable
trait to theTimezone
class. Thanks @lairg99! - Allow
CarbonImmutable
instances in the package'sDatetimeParser
. Thanks @giorgiopogliani! - Fixed tests
v1.2.0 (Laravel 11)
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #6
New Contributors
- @laravel-shift made their first contribution in #6
Full Changelog: v1.1.0...v1.2.0
Custom formats & default timestamps casting
What's Changed
- Fixed & documented casting of default timestamp attributes (e.g.
created_at
&updated_at
) by @voidgraphics in #5
Full Changelog: v1.0.7...v1.1.0
Fixed models serialization
Bug fixes:
- Models that had a
TimezonedDatetime
cast on their timstamp columns would cause errors when serialized #4
Laravel 10
Merge pull request #3 from whitecube/laravel-10 Laravel 10
v1.0.5
- Fixed zero value casting (for instance when casting from/to the
H
format). Thanks @mohammedmanssour ! - Fixed typo in README. Thanks @erjanmx !
v1.0.4
Fixed immutable NULL date casting
v1.0.3
Added NULL/empty value casting