Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 06:21
· 64 commits to master since this release

0.2.0 (2022-08-15)

Bug Fixes

  • change maintinability calculate source, CognitiveComplexity to CyclomaticComplexity. Because strict define using CyclomaticComplexity. (3104f84)
  • create CyclomaticComplexity converter (21bfa15)
  • function has one independent paths when defined. (24494d2)
  • optionalChaining is not add independent paths. (a6d46e6)
  • upgrade @types/jest from 27.4.1 to 27.5.0 (3f10ef1)
  • upgrade @types/jest from 27.5.0 to 27.5.1 (fa8d9ec)
  • upgrade @types/jest from 27.5.1 to 27.5.2 (f0d33a5)
  • upgrade autoprefixer from 10.4.5 to 10.4.6 (7869d2a)
  • upgrade autoprefixer from 10.4.6 to 10.4.7 (c2429a7)
  • upgrade bulma from 0.9.3 to 0.9.4 (dbf594a)
  • upgrade bulma from 0.9.3 to 0.9.4 (e80d63f)
  • upgrade codemirror from 5.65.3 to 5.65.4 (f5b450c)
  • upgrade codemirror from 5.65.4 to 5.65.5 (0dd9930)
  • upgrade codemirror from 5.65.5 to 5.65.6 (212d6e4)
  • upgrade codemirror from 5.65.6 to 5.65.7 (77ca412)
  • upgrade core-js from 3.22.2 to 3.22.3 (412692a)
  • upgrade core-js from 3.22.3 to 3.22.4 (f61f941)
  • upgrade core-js from 3.22.3 to 3.22.5 (89f1032)
  • upgrade core-js from 3.22.4 to 3.22.5 (0963d70)
  • upgrade core-js from 3.22.5 to 3.22.6 (92f9756)
  • upgrade core-js from 3.22.6 to 3.22.7 (6cd77e4)
  • upgrade core-js from 3.23.1 to 3.23.2 (cbf8f20)
  • upgrade core-js from 3.23.2 to 3.23.3 (1a56ec5)
  • upgrade core-js from 3.23.2 to 3.23.3 (3ff597d)
  • upgrade core-js from 3.23.3 to 3.23.4 (b7544e3)
  • upgrade esbuild from 0.14.38 to 0.14.39 (9310f1d)
  • upgrade esbuild from 0.14.38 to 0.14.39 (e77a6cf)
  • upgrade esbuild from 0.14.39 to 0.14.41 (1352f49)
  • upgrade esbuild from 0.14.41 to 0.14.42 (6fb4533)
  • upgrade esbuild from 0.14.42 to 0.14.43 (dc5511d)
  • upgrade esbuild from 0.14.43 to 0.14.48 (5cdb826)
  • upgrade esbuild from 0.14.43 to 0.14.48 (7d3e8c7)
  • upgrade esbuild from 0.14.48 to 0.14.49 (7ad8a31)
  • upgrade mithril from 2.0.4 to 2.2.0 (eadb24b)
  • upgrade mithril from 2.0.4 to 2.2.0 (aaabf80)
  • upgrade mithril from 2.2.0 to 2.2.2 (58a8727)
  • upgrade postcss from 8.4.12 to 8.4.13 (8bfed17)
  • upgrade postcss from 8.4.13 to 8.4.14 (8dfdc34)
  • upgrade typescript from 4.6.3 to 4.6.4 (f595a2f)
  • upgrade typescript from 4.6.3 to 4.6.4 (5fdd4b9)
  • upgrade typescript from 4.6.4 to 4.7.2 (3c96eb6)
  • upgrade typescript from 4.7.2 to 4.7.3 (294b0c8)
  • upgrade typescript from 4.7.3 to 4.7.4 (1d7899d)

Features

  • add CyclomaticComplexity Analyzer. (d473edd)
  • add CyclomaticComplexity MetricsType. (c71035c)
  • add CyclomaticComplexityCountableNode for TypeScript. (3d2cb07)
  • added CyclomaticComplexityCountableNode. (99de01f)
  • can show CyclomaticComplexity for HTML. (d2619a0)
  • support php8 for CognitiveComplexityCountableNode. (285e14f)