Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Releases: palantir/tslint

v2.4.3

21 Aug 20:32
Compare
Choose a tag to compare
  • [new-rule] no-conditional-assignment (#507)
  • [new-rule] member-access (#552)
  • [new-rule] no-internal-module (#513)
  • [bugfix] small fixes to sample.tslint.json (#545)
  • [bugfix] fix README docs for quotemark and indent (#523)
  • [enhancement] update findup-sync and underscore.string dependencies
  • [enhancement] add "typescript" field to package.json (#560)
  • [enhancement] small improvements to CLI help text
  • [enhancement] expose raw failures array in the JS API (#477)

v2.5.0-dev.2

11 Aug 21:55
Compare
Choose a tag to compare
v2.5.0-dev.2 Pre-release
Pre-release

Uses TypeScript compiler v1.6.0-dev.20150811.
Fix a bug in linting JSX syntax (#559)

v2.5.0-dev.1

06 Aug 21:57
Compare
Choose a tag to compare
v2.5.0-dev.1 Pre-release
Pre-release

Uses TypeScript compiler v1.6.0-dev.20150805.
Adds support for linting .tsx files.

v2.4.2

06 Aug 21:58
Compare
Choose a tag to compare
  • [bugfix] remove npm-shrinkwrap.json from the published package

v2.4.0

06 Aug 21:58
Compare
Choose a tag to compare
  • Upgraded Typescript compiler to v1.5.3
  • [bugfixes] #332, #493, #509, #483
  • [bugfix] fix error message in no-var-keyword rule
  • [enhancement] CI tests are now run on node v0.12 in addition to v0.10
  • BREAKING
    • -f option removed from CLI

v2.3.1-beta

06 Aug 22:00
Compare
Choose a tag to compare
  • [bugfixess] #137 #434 #451 #456
  • [new-rule] no-require-imports disallows require() style imports
  • [new-rule] no-shadowed-variable moves over shadowed variable checking from no-duplicate-variable into its own rule
  • BREAKING
    • no-duplicate-variable now only checks for duplicates within the same block scope; enable no-shadowed-variable to get duplicate-variable checking across block scopes
  • [enhancement] no-duplicate-variable, no-shadowed-variable, and no-use-before-declare now support ES6 destructuring
  • [enhancement] tslint CLI now uses a default configuration if no config file is found