github hyperf/hyperf v3.1.26
Release v3.1.26

5 days ago

Fixed

  • #6848 Fixed bug that LazyCollection::splitIn() cannot work caused by type hint.

Added

  • #6845 Added method Hyperf\Database\Schema::getTables().
  • #6846 Added methods chunkById and chunkByIdDesc into Hyperf\Database\Concerns\BuildsQueries.
  • #6851 Added methods orDoesntHaveMorph and orHasMorph into Hyperf\Database\Model\Concerns.
  • #6858 Added methods makeHiddenIf and makeVisibleIf into Hyperf\Database\Model\Concerns\HidesAttributes.

Optimized

  • #6855 Optimized BuildsQueries to use Conditionable instead of when and unless.
  • #6856 Optimized Hyperf\Scout\Builder to use Conditionable instead of when and unless.
  • #6860 Use Hyperf\Collection\Enumerable instead of Hyperf\ViewEngine\Contract\Enumerable.

Full Changelog: v3.1.25.1...v3.1.26

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.