Skip to content

Releases: glhd/laralint

0.1.1

02 Apr 14:53
c729e70

Choose a tag to compare

What's Changed

  • Account for mandatory camelCasing of view component params by @inxilpro in #13

Full Changelog: 0.1.0...0.1.1

0.1.0

11 Feb 16:18

Choose a tag to compare

What's Changed

  • Dropped support for Laravel 10 and below
  • Various code style changes
  • Added new NoGuardedOrFillable linter (enabled by default)
  • Added new SnakeCaseRelationships linter (enabled by default)
  • Added new SnakeCaseVariables linter (enabled by default)
  • Added support for // @laralint-ignore // @laralint-ignore-next-line and // @laralint-ignore-file comments
  • Improved internal testing helpers to ensure better test quality

Full Changelog: 0.0.22...0.1.0

0.0.22

18 Sep 17:52

Choose a tag to compare

0.0.22 Pre-release
Pre-release

What's Changed

  • Fix some rule issues and support excluding files by @skylerkatz in #11
  • Update boot/casts order

Full Changelog: 0.0.21...0.0.22

0.0.21

18 Jul 16:41
3bceb9c

Choose a tag to compare

What's Changed

  • special consideration for casts and booted method locations by @skylerkatz in #10

Full Changelog: 0.0.20...0.0.21

0.0.20

17 Jul 16:36
e30ef97

Choose a tag to compare

What's Changed

  • Support new model functionality in Laralint by @skylerkatz in #9

Full Changelog: 0.0.19...0.0.20

0.0.19

16 Jul 14:57
ae268f7

Choose a tag to compare

What's Changed

Full Changelog: 0.0.18...0.0.19

0.0.18

03 Jul 16:53
4bba9a4

Choose a tag to compare

What's Changed

Full Changelog: 0.0.17...0.0.18

0.0.17

30 Jul 20:34

Choose a tag to compare

Merge branch 'master' of https://github.com/glhd/laralint

0.0.16

23 Jul 19:34
65d53d1

Choose a tag to compare

Merge pull request #6 from glhd/laravel-11

Laravel 11 Support

0.0.15

12 Feb 16:53

Choose a tag to compare

Add support for ordering use statements that include a function.