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

Releases: JoshuaKGoldberg/TSLint.MSBuild

v1.0.0-beta1

07 Nov 00:40
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

Fixed up some small quirks from beta0.

Beta v1.0.0-beta0

07 Nov 00:40
Compare
Choose a tag to compare
Beta v1.0.0-beta0 Pre-release
Pre-release

Re-written TSLint.MSBuild to be completely in MSBuild.

Version 0.3.1

18 Jun 23:07
Compare
Choose a tag to compare
  • Fixed incorrect slashes in output file paths (#30)
  • Fixed issue where linting would run while projects are loading
  • Fixed a bug in the TSLint version searcher where the wrong version would be found

Version 0.3.0

16 May 16:33
Compare
Choose a tag to compare
  • Added a TSLintBreakBuildOnError option.
  • Added a TSLintRulesDirectory option as per the TSLint CLI spec.
  • Code internals cleaned up (.js files kept separate in tools directory for easier debugging).

Version 0.2.0

26 Apr 03:12
Compare
Choose a tag to compare
  • Byte Order Marks (BOMs) are stipped from config files
  • Settings are passed to runner.js via a more standard way in the targets file
  • Added a TSLintExclude parameter to emulate the exclude CLI option
  • Bumped TSLint dependency to 3.7

Version 0.1.3

14 Apr 18:40
Compare
Choose a tag to compare

Revamped searching for the TSLint NuGet package.

It now searches, in order...

  • Sibling directories
  • Known environment variables
  • Parent directories

...and chooses the first with a TSLint dir. The highest version dir is chosen.

Version 0.1.2

13 Apr 15:50
Compare
Choose a tag to compare
  • Added detection of TSLint version at build time
  • Added project name to temporary file name
  • Added a root directory option
  • Switched .ts files to use an absolute path

Version 0.1.1

07 Apr 05:56
Compare
Choose a tag to compare
  • Added options to the .targets file
    • TSLintDeleteFileListFile
    • TSLintFileListDir
    • TSLintFileListName
    • TSLintNodeExe
    • TSLintRunnerScript
  • Moved to using after the CompileTypescript task, instead of in InitialTargets

Version 0.1.0

04 Apr 01:30
Compare
Choose a tag to compare

Publicly available on nuget.org. 🎆