Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

90 lines (56 loc) · 4.51 KB

Changelog

2.0.3 (2021-04-23)

Added

  • Copy MIT license from TSQLLint repo

Fixed

  • Extension crash when the TSQLLint executable provides unparseable output

Changed

  • Reduce size of published extension

2.0.2 (2021-04-22)

  • Run TSQLLint from its full path, not just from its executable name

2.0.1 (2021-04-21)

2.0.0 (2021-04-21)

  • Create Plex fork

Added

  • Errors and warnings are categorized correctly in the Problems pane of VS Code

Changed

  • TSQLLint is no longer automatically installed. Instead, the extension expects to find it in the system PATH.

Fixed

  • Extension crash when an error is reported on line 0

1.2.0 (2018-06-13)

  • Add clean script and tsconfig base (ad228f1)
  • Update build to support packaging (28a31ed)
  • Updated vscode settings to hide client/out directory (595362b)

1.1.0 (2018-06-13)

  • Add Changelog (4fb344f)
  • Add release and changelog tooling (cd504a9)
  • Add tslint exclusion for node_modules (06db554)
  • Remove category and update description for client package (8604095)
  • Update build scripts (8b2738b)
  • Update client dependencies (9da44ab)
  • Update dependencies (32970e7)
  • Update server dependencies (97a98d8)
  • Update tsqllint dependency (fa94fd5)

v1.0.0 (2018-02-05)

Closed issues:

  • npm run install breaks in powershell #10
  • Enable tslint #8

Merged pull requests:

v0.0.3 (2018-01-21)

Full Changelog

Closed issues:

  • Linting on files with syntax errors #1

Merged pull requests:

v0.0.2 (2018-01-15)