Skip to content

Releases: jqassistant-plugin/jqassistant-typescript-plugin

1.4.3

15 Sep 08:29
Compare
Choose a tag to compare

What's changed

  • Improved logging
  • Fixed same-declaration dependency filtering

1.4.2

15 Sep 08:08
Compare
Choose a tag to compare

What's changed

  • Updated React component type detection
  • Updated dependencies

1.4.1

03 Sep 12:15
Compare
Choose a tag to compare

What's changed

1.4.0

05 May 13:54
Compare
Choose a tag to compare

What's changed

  • Added Source Providers (#221 by @SebastianWendorf)
  • Introduced safety mechanisms while resolving complex recursive types and indexed access types
  • Refactored and extended developer/code documentation
  • Improved React component detection

1.4.0-M1

21 Jan 13:35
Compare
Choose a tag to compare
1.4.0-M1 Pre-release
Pre-release

What's changed

  • Introduced safety mechanisms while resolving complex recursive types and indexed access types
  • Refactored and extended developer/code documentation

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