Releases: whitecube/laravel-timezones
Releases · whitecube/laravel-timezones
v1.3.0
v1.2.4
What's Changed
- Update Timezone.php for PHP 8.4 deprecated messages by @StealthMicro in #16
 
New Contributors
- @StealthMicro made their first contribution in #16
 
Full Changelog: v1.2.3...v1.2.4
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 
Macroabletrait to theTimezoneclass. Thanks @lairg99! - Allow 
CarbonImmutableinstances 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 
TimezonedDatetimecast 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 
Hformat). Thanks @mohammedmanssour ! - Fixed typo in README. Thanks @erjanmx !