Releases: jqassistant-plugin/jqassistant-typescript-plugin
Releases · jqassistant-plugin/jqassistant-typescript-plugin
1.3.2
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
What's changed
- The LCE can now handle
"paths"
configurations from thetsconfig.json
much faster and more accurate - Updated Dependencies
1.3.0
What's changed
- Breaking Change: Changed identification property of projects from tsconfig.json directory to the actual file path
1.2.4
What's changed
- Improved detection of React components
1.2.3
What's changed
- Enhanced detection of dependencies used in generic function calls, and similar constructs
1.2.2
What's changed
- Changed scanner requirements to allow the scanning exclusion of the TS JSON report
- Updated dependencies