Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

58 lines (37 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.0 - 2021-11-02

Fixed

  • PHPStan and Larastan 1.0 compatibility.

0.1.7 - 2021-06-29

Changed

  • Require minimum Larastan version 0.7.6

Fixed

  • Fixed issue with NoGlobalLaravelFunctionRule
  • Fixed compatibility issue with latest Larastan versions.
  • Allow wide range of orchestra/testbench dependency

0.1.4 - 2020-10-24

Fixed

  • Fixed compatibility issue with latest Larastan versions.

0.1.3 - 2020-09-01

Added

  • Added ability to define allowed global functions for the NoGlobalLaravelFunctionRule rule.

Changed

  • Requires PHP 7.3 as minimum version.

0.1.2 - 2020-07-03

Added

  • Introduced NoPropertyAccessorRule to disallow defining and using property accessors in models.

0.1.1 - 2020-06-20

Added

  • New rule to disallow Eloquent local query scopes.

0.1.0 - 2020-06-20

Initial release