Releases: jens-duttke/tslint-filter
Releases · jens-duttke/tslint-filter
TSLint-Filter 1.14.0
- Suppress stack trace from "Cannot find module" message
- Update dependencies
TSLint-Filter 1.13.1
- Update dependencies
TSLint-Filter 1.13.0
- Update dependencies
TSLint-Filter 1.12.0
- Don't show linting error if last rule argument is no array
- Log a linting error if a ignore pattern (RegExp) is invalid
TSLint-Filter 1.11.0
- ___space-in-parens: Ignore block comments inside of parentheses
- Improve updating of rule options
- Fix issue with wrong return value introduced in 1.10.0
TSLint-Filter 1.10.1
- Restructure README.md for easier introduction
TSLint-Filter 1.10.0
- Create new failure instead of overwriting private properties of the existing failure
- The return value of
modifyFailure()
can be a string now, which replaces the original failure message, but keeps all other failure properties. - The second parameter of
modifyFailure()
is the sourceFile object now - The third parameter of
modifyFailure()
is the program for typed rules, otherwise it's undefined. - Add JSDoc type definitions to predefined rule wrappers
- ___deprecation: Extends the message by the context of the deprecated identifier (like
KeyboardEvent.which
).
TSLint-Filter 1.9.0
this
inmodifyFailure()
is now the rule instance- ___strict-boolean-expression: Extended the message by the usage-context (like
JsxExpression
,IfStatement
,VariableDeclaration
etc.)
TSLint-Filter 1.8.0
- Add predefined rule wrapper "___object-literal-sort-keys"
TSLint-Filter 1.7.2
- Add validity checks to predefined rules, to decrease error-proneness.