Skip to content

Releases: jqassistant-plugin/jqassistant-typescript-plugin

1.3.2

03 Dec 15:55
Compare
Choose a tag to compare

What's changed

  • Added: internal capability to provide a fully resolved version of the tsconfig.json for a project (may be used in future updates)
  • Fixed: correct resolution of FQNs from re-exported declarations from index.ts(x) modules

See also Documentation

1.3.1

23 Oct 06:47
Compare
Choose a tag to compare

What's changed

  • The LCE can now handle "paths" configurations from the tsconfig.json much faster and more accurate
  • Updated Dependencies

1.3.0

11 Sep 10:53
Compare
Choose a tag to compare

What's changed

  • Breaking Change: Changed identification property of projects from tsconfig.json directory to the actual file path

1.2.4

04 Sep 09:51
Compare
Choose a tag to compare

What's changed

  • Improved detection of React components

1.2.3

28 Aug 09:29
Compare
Choose a tag to compare

What's changed

  • Enhanced detection of dependencies used in generic function calls, and similar constructs

1.2.2

27 Aug 07:04
Compare
Choose a tag to compare

What's changed

  • Changed scanner requirements to allow the scanning exclusion of the TS JSON report
  • Updated dependencies

1.2.1

16 Aug 08:16
Compare
Choose a tag to compare

What's changed

  • Updated dependencies
  • Fixed error with recursive type resolution
  • Fixed error when using a file as tsconfig.json path reference (#126 by @JohT)