Skip to content

Releases: martin-helmich/typo3-typoscript-lint

v1.2.2

07 Dec 17:54
v1.2.2
Compare
Choose a tag to compare
  • Only check for WS after operator when RValue exists (#20, #21)

v1.2.1

06 Dec 18:27
v1.2.1
Compare
Choose a tag to compare
  • Load tslint.yml from current working directory, as documented (#11, #12, credits to @mbrodala)
  • OperatorWhitespaceSniff complains about space after unary operators (#13, #15, credits to @mbrodala)
  • OperatorWhitespaceSniff complains about missing whitespace at EOL (#14)

v1.2.0

08 May 19:22
v1.2.0
Compare
Choose a tag to compare
  • #9, #10 Update dependencies, allow TYPO3 7.6 compatibility (credits to @cseifert)

v1.1.0

20 Mar 16:13
v1.1.0
Compare
Choose a tag to compare
  • #6 Allow indentation inside conditions (credits to @DanielSiepmann)
  • #8 OperatorWhitespace sniff does not catch all cases

v1.0.1

08 Nov 17:27
v1.0.1
Compare
Choose a tag to compare
  • #2 Allow to disable sniffs in local configuration
  • #5 DeadCode sniffs wrongfully complains about constant annotations