Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 436 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 436 Bytes

Changelog

All notable changes to laravel-eloquent-scope-as-select will be documented in this file

1.3.0 - 2022-02-04

  • Support for Laravel 9

1.2.0 - 2021-12-19

  • Support for PHP 8.1
  • Dropped support for Laravel 7

1.1.1 - 2020-12-14

  • Bugfix for counting relations from the same model

1.1.0 - 2020-12-08

  • Call scopes with a string or array with additional constraints

1.0.0 - 2020-12-03

  • initial release