Skip to content

Latest commit

 

History

History
184 lines (106 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

184 lines (106 loc) · 4.56 KB

Changelog

v1.6.5

  • Update rule definition (1.44.0)
  • For the analysis improvements, see this updates

v1.6.4

  • Update rule definition (1.43.0)
  • For the analysis improvements, see this updates

v1.6.3

  • Update rule definition (1.42.0)
  • For the analysis improvements, see this updates

v1.6.2

  • Update rule definition (1.41.0)
  • For the analysis improvements such as Vue 3 support, see this updates

v1.6.1

  • Update rule definition (1.40.0)
  • For the analysis improvements, see this updates

1.6.0

  • Proxy support. Try to use Proxy option (newly introduced) and 'http_proxy' environment variable.
  • Replace request package with axios
  • Update some packages for potential security vulnerabilities

v1.5.12

  • Update rule definition (1.39.0)
  • For the analysis improvements, see this updates

v1.5.11

  • Update rule definition (1.34.0)
  • For the analysis improvements, see this updates
  • Fix an unexpected HTML escaping for the rule description

v1.5.10

  • Update rule definition (1.33.0)
  • For the analysis improvements, see this updates

v1.5.9

  • Update rule definition (1.32.0)
  • For the analysis improvements, see this updates
  • Strip a trailing slash of the server url

v1.5.8

  • Update rule definition (1.31.0)
  • For the analysis improvements, see this updates

v1.5.7

  • Update rule definition (1.30.0)
  • For the analysis improvements, see this updates

v1.5.6

  • Update rule definition (1.28.0)
  • For the analysis improvements, see this updates

v1.5.5

  • Update rule definition (1.27.0)
  • For the analysis improvements, see this updates

v1.5.4

  • Update rule definition (1.26.0)
  • For the analysis improvements, see this updates

v1.5.3

  • Update rule definition (1.25.0)

v1.5.2

  • Update rule definition (1.24.0)
  • For rules overlapping with ESLint, DeepScan now recognizes ESLint inline disable comments and filters out alarms when the corresponding ESLint alarm is disabled

v1.5.1

v1.5.0

  • Update rule definition (1.22.0)
  • Support ECMAScript Modules file (*.mjs)

v1.4.11

  • Update rule definition (1.21.0)

v1.4.10

  • Update rule definition (1.20.0)

v1.4.9

  • Update rule definition (1.19.0)

v1.4.8

  • Update rule definition (1.18.0)

v1.4.7

  • Provide an option to show/hide a full description of the message (for atom-ide-ui package, thanks to @selfagency)

v1.4.6

  • Polish the description of settings

v1.4.5

  • Update rule definition (1.17.0-beta)

v1.4.4

  • For less noise, hide inline decorators when typing

v1.4.3

  • Update rule definition (1.16.0-beta)

v1.4.2

  • Update rule definition (1.15.0-beta)

v1.4.1

  • Update rule definition (1.14.0-beta)
  • Sanitize HTML in markdown

v1.4.0

  • Show errors with inline decorators
  • Update rule definition (1.13.0-beta)

v1.3.0

  • Show rule description when a user toggles the description in the message
  • Update rule definition (1.12.0-beta)

v1.2.0

  • Vue.js support: Support code inspection for *.vue files on save

v1.1.3

  • Not to analyze a file over 30,000 lines
  • Show a proper status and message when the active editor is changed

v1.1.2

  • Support to disable rules with inline comments. Check it here.

v1.1.1

  • Change description of package.json
  • Attach screenshot of Settings

v1.1.0

  • TypeScript support: Support code inspection for *.ts and *.tsx files on save
  • Mark a character position properly for SYNTAX_ERROR

v1.0.1

  • Install package dependencies ('Linter' package)

v1.0.0

  • Initial release