This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.


1.13.1-funcrel

Resolved Issues

Customer Ticket IdDetails
45211Add support for HttpRequest from "@angular/common/http".
45129.test.ts files are now excluded from the analysis.

Other Updates

Details
Improve file skipping selection
Sensitive Data Tagging for NoSQL Collections has been added. See https://doc.castsoftware.com/technologies/multi/data-sensitivity/.
Sensitive Data Tagging for Cloud File Storage. See https://doc.castsoftware.com/technologies/multi/data-sensitivity/.

1.13.0-funcrel

Resolved Issues

Customer Ticket IdDetails
44518Fixes a missing link due to the use of tsconfig.base.json file instead of tsconfig.json.
44403Fixes an issue where incorrect TypeScript methods were created during the analysis within switch statements.
43473Fixes a missing callLink between TypeScript Methods and TypeScript Functions.

1.13.0-beta2

Resolved Issues

Customer Ticket IdDetails
43802Fixes an issue causing poor evaluation of URLs.

New Support

SummaryDetails
Support EventEmitter from '@angular/core'EventEmitter from '@angular/core' is now supported. See https://doc.castsoftware.com/display/TECHNOS/TypeScript+and+Framework+-+1.13+-+Analysis+Results+-+Angular#TypeScriptandFramework1.13AnalysisResultsAngular-EventEmitter.

1.13.0-beta1

Resolved Issues

Customer Ticket IdDetails
43258Fixes a missing link between HTML files and TS method in angular.
42795Removes a false positive for rule Avoid hard-coded passwords (TypeScript).
43391Fixes an issue wherein the analysis was stuck during evaluation.
43473Fixes missing link by improving resolution.
42347Removes false violation for rule "Always unsubscribe events in Angular onDestroy method" when events are unsuscribed using .complete()
42620Fixes an issue wherein a warning message was displayed during analysis of typescript using commented string template.

Other Updates

Details
Improved the resolution when aliases are used in import.
Some links between TypeScript and JavaScript source codes are added in some simple cases.

Rules

Rule IdNew RuleDetails
1020820FALSEFixed false positive for rule: "Avoid hard-coded passwords (TypeScript)".
1020928FALSEFixed false violation for rule: "Always unsubscribe events in Angular onDestroy method" when events are unsuscribed using .complete()

New Support

SummaryDetails
Support ReduxSupport provided for Redux. See https://doc.castsoftware.com/display/TECHNOS/TypeScript+and+Framework+-+1.13+-+Analysis+Results+-+Redux.
Support for '*.cts' and '*.mts' source filesAdded support for '*.cts' and '*.mts' source files - containing TypeScript modules.
Support InjectRepository from @nestjs/typeormAdded support for the InjectRepository API from @nestjs/typeorm