Skip to content

Releases: LIN3S/CS

v0.7.5

30 Oct 08:04
Compare
Choose a tag to compare

Changelog:

  • Fixed issues running PHPCsFixer due to invalid path. No he path is relative to root directory (lin3s_cs.yml location)

v0.7.4

25 Jan 12:02
Compare
Choose a tag to compare
  • Restored the allocine/twigcs as required dependency
  • Made library compatible with the last requirements around Symfony Process
  • Fixed bug with .eslintrc.js and .stylelintrc.js files when there are disabled in the parameters.yml

v0.7.3

23 Jan 16:23
Compare
Choose a tag to compare
  • Made library compatible with Symfony 4

v0.7.2

27 Dec 10:29
Compare
Choose a tag to compare
  • Fixed dependencies

v0.7.1

27 Dec 09:55
Compare
Choose a tag to compare
  • Made compatible with Symfony v4

v0.7.0

11 Sep 10:34
Compare
Choose a tag to compare
  • Added TwigCS to lint the Twig files.
  • Added installation steps when the ESLint or Stylelint are not installed in the machine.
  • Added JsonParserErrorException to make more human readable the .eslintrc.js and .stylelintrc.js parser errors.
  • [BC break] Removed output params and made more strict CS Application.

v0.6.4

15 Jun 06:37
Compare
Choose a tag to compare
  • Fixed .eslintrc.js bug related with the invalid json format.

v0.6.3

14 Jun 17:18
Compare
Choose a tag to compare
  • Fixed .eslintrc.js bug related with the invalid json format.

v0.6.2

14 Jun 14:48
Compare
Choose a tag to compare
  • Fixed rule about "selector-pseudo-element-colon-notation". Now pseudo elements must be with double colon.
  • Improved Readme's prerequisites section.
  • Fixed bug related with the ESLint v4.0 configuration file.

v0.6.1

13 Jun 07:55
Compare
Choose a tag to compare
  • Disabled arrow-body-style rule by default