Skip to content

v3.6.0

Latest
Compare
Choose a tag to compare
@barryvdh barryvdh released this 18 Jul 14:10
· 1 commit to master since this release
8d00250

What's Changed

  • fix: Change AsArrayObject cast to be Laravel's ArrayObject by @wsamoht in #1675
  • Add extends declaration for Macroable classes to fix missing inherited methods by @KentarouTakeda in #1674
  • fix(meta): ignore aliases in the autoloader (Fixes #1671) by @pataar in #1686
  • feat(ModelsCommand): add support for the new Scope attribute by @pataar in #1694
  • fix type change for scope default float parameter by @nivseb in #1697
  • Revert #1629 - Allow adding custom Macroable classes by @erikn69 in #1707
  • Configurable macro return type defaults by @erikn69 in #1711
  • docs(readme): add Laravel 12 support information by @SantosVilanculos in #1717
  • Add multi-level directory support for translation files by @RosiersRobin in #1718
  • Support AsCollection::of($map), AsCollection::using($class, $map) by @erikn69 in #1714
  • fix: Fixed wrong doc for SoftDeletes withTrashed method by @eldair in #1688
  • Support other OS on tests by @erikn69 in #1715
  • Fix tests on windows by @barryvdh in #1720
  • Bump stefanzweifel/git-auto-commit-action from 5 to 6 in the deps group by @dependabot[bot] in #1719
  • Update .gitattributes - avoid all .php-cs-fixer files on vendor by @erikn69 in #1708
  • fix(ModelsCommand): use 'string' as realType for 'encrypted' casts by @pataar in #1698
  • Trim strings and bump reflection docblock by @barryvdh in #1721
  • Add magic *_exists properties by @erikn69 in #1712

New Contributors

Full Changelog: v3.5.5...v3.6.0