Skip to content

Releases: DXHeroes/dx-scanner

v1.13.0

24 Oct 13:57
Compare
Choose a tag to compare

1.13.0 (2019-10-24)

Bug Fixes

  • CIUsedPractice: detect Appveyor CI (68456fa)
  • CLI: remove experimental warnings with Unix compatibility (545a528)
  • CLIReport: off and failed practices read from component instead of all (b705f9e)

Features

  • CLI: remove experimental warnings (b173afe)

v1.12.0

24 Oct 10:46
Compare
Choose a tag to compare

1.12.0 (2019-10-24)

Bug Fixes

  • dockerization: correctly detect library component instead of application (b7aab05)

Features

v1.11.0

23 Oct 20:31
Compare
Choose a tag to compare

1.11.0 (2019-10-23)

Bug Fixes

  • upgraded TS interfaces according to TS 3.6 update (a5934a7)
  • cache: purge cache after each test suite (557207a)
  • practices: detect library correctly (7f896ca)

Features

  • CLI: add scan duration time (8c92bc1)
  • FileInspector: add cache to all methods (0f137a3)

v1.10.0

21 Oct 16:26
Compare
Choose a tag to compare

1.10.0 (2019-10-21)

Bug Fixes

Features

  • add isBitbucketPath() to check if the path is from Bitbucket. (a958164)
  • bind BitbucketService (c511023)

v1.9.0

21 Oct 13:22
Compare
Choose a tag to compare

1.9.0 (2019-10-21)

Bug Fixes

  • ruby language detector Gemfile (672680e)

Features

  • add ruby language detector (59a430f)

v1.8.0

21 Oct 09:10
Compare
Choose a tag to compare

1.8.0 (2019-10-21)

Features

  • add composer file to the detector (5ad4c7d)
  • add cpp language detector (871c47d)
  • add php language detector (54e0ac6)

v1.7.0

17 Oct 11:58
Compare
Choose a tag to compare

1.7.0 (2019-10-17)

Features

  • add golang language detector (b063c3d), closes #82

v1.6.1

03 Oct 13:29
Compare
Choose a tag to compare

1.6.1 (2019-10-03)

Bug Fixes

  • add tests for EslintCorrectlyUsedPractice (187f697)
  • Allow user to add impact in object in dx config file (22e1577)
  • allow user to customize configuration of DX scanner so it could be string or object (a58f571)
  • Catch the error and if it's SyntaxError return PracticeEvaluationResult.unknown (be7d1b9)
  • compare RegExp name with the package.name (3e4a3f4)
  • eslint practice (6acf75f)
  • Fix the condition for eslintIgnore (54ca010)
  • Interface of Config; add interface for EslintConfig and use it in PracticeContext (70f4c9c)
  • Path for scanFor() (c29708a)
  • Remove console.logs, (08a78cf)
  • Remove unnecessary logs. (85baa4e)
  • remove unnecessary type definition (3e6fd36)
  • rename EslintConfig to PracticeConfig; return always PracticeConfig in getOverridenPractice() (81e00cd)
  • rename practice (05c09f7)
  • run on eslint/espree repo (faa838e)
  • throw error if it's not a SyntaxError (3644149)
  • typo (2dcb4c4)
  • typo (898dcc6)

v1.6.0

02 Oct 16:30
Compare
Choose a tag to compare

1.6.0 (2019-10-02)

Features

v1.5.0

02 Oct 08:08
Compare
Choose a tag to compare

1.5.0 (2019-10-02)

Features

  • cli: add postinstall message with hint to create .dxscannerrc config file (b652ee2)