v1.0-BETA3
github-actions
released this
22 Jun 23:23
·
45 commits
to refs/heads/main
since this release
Added
- Added
LocaleData
type for passing to method arguments by @andrey-helldar in #13
Changed
- Conditions in
TrimCast
have been simplified by @andrey-helldar in #18 - Refactoring the
HasTranslations
trait by @andrey-helldar in #20 - Template for creating models switched to Laravel 11 style by @andrey-helldar in #22
- The main trait
HasTranslations
has been unloaded from auxiliary methods by @andrey-helldar in #16 - Updated testing settings by @andrey-helldar in #14
- Validation methods are placed in separate classes by @andrey-helldar in #15
Removed
- Removed unused trait by @andrey-helldar in #19
Fixed
- Fixed
locale
column name comparison by @andrey-helldar in #17