Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 980 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 980 Bytes

Changelog

All notable changes to laravel-model-exists-rule will be documented in this file

3.2.0 - 2024-03-13

  • Add support for Laravel 11
  • Added PHP 8.3 in the pipeline

3.1.0 - 2023-02-14

  • Add support for Laravel 10
  • Added PHP 8.2 in the pipeline

3.0.0 - 2022-05-02

  • Added autoguessing of the model key. BC chang: Specify the key if your model key is not "id" and the modelAttribute is not specified in ModelExists object. (Very rare)

2.0.0 - 2022-04-25

  • fix attributes #4

1.5.0 - 2022-02-09

  • added support for Laravel 9

1.4.0 - 2021-02-06

  • added support for php 8

1.3.0 - 2020-09-08

  • added support for Laravel 8
  • dropped support for php 7.2
  • dropped support for Laravel 5.x

1.2.0 - 2020-03-03

  • support laravel 7.0
  • dropped support for php 7.1
  • added support for php 7.4

1.1.0 - 2019-09-03

  • support laravel 6.0

1.0.0 - 2019-05-19

  • initial release