Skip to content

Releases: wundii/PHPLint

0.3.3

29 Jul 06:22
945d556

Choose a tag to compare

Changes

  • version output via the composer install json

0.3.2

28 Jul 07:45
3e27930

Choose a tag to compare

Changes

  • composer require adjustments
  • namespace renamed

0.3.1

23 Apr 07:36
7a69d31

Choose a tag to compare

New Feature

  • phplint can be executed without a config file

Changes

  • new config parameter "extension" for adjust the file name extension
  • customization on the console option
  • more php unittests added

0.3.0

16 Apr 06:05
cb9a41d

Choose a tag to compare

New Feature

  • lintconfig
    • async process timeout
    • induvidual cache class (Symfony cache AbstractAdapter)

Changes

  • a redesign for the lintconfig
  • adjustments to all unittests through the redesign
  • many small changes

0.2.1

15 Apr 09:31

Choose a tag to compare

Changes

The baseapplication and the console output have been revised.

0.2.0

25 Jun 13:07
960d9c5

Choose a tag to compare

New Feature

  • Cache System

Changes

  • phpstan level 9

0.1.0

18 Jun 07:49
4003268

Choose a tag to compare

First release with version 0.1.0

Functionality

  • php cgi executable (default: php)
  • paths (default: src)
  • skip
  • memory limit (default: 512M)
  • async processes (default: 10)
  • enable warnings (default: true)
  • enable notice (default: true)
  • ignore exit code (default: false)
  • ignore process bar (default: false)