Release Notes - 1.13
-
1.13.2-funcrel
1.13.2-funcrel
Removed a false positive on the rule: 💎 1020802: “Avoid having errors without throwing them”. 📝 45105 Removed a false positive on the rule: 💎 1020928: “Always unsubscribe events in Angular onDestroy method”. 📝 45361 Improves the default entry point definition for Angular Components. 📝 45585 Fixed Missing Angular service object by improving resolution. 📝 45023 Support imports when the file extension is specified in the import path. Improve resolution to methods of an extended class. 1.13.1-funcrel
1.13.1-funcrel
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
1.13.0-funcrel
1.13.0-beta2
1.13.0-beta2
Fixes an issue causing poor evaluation of URLs. 📝 43802 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
1.13.0-beta1
Fixes a missing link between HTML files and TS method in angular. 📝 43258 Removes a false positive for rule Avoid hard-coded passwords (TypeScript). 📝 42795 Fixes an issue wherein the analysis was stuck during evaluation. 📝 43391 Fixes missing link by improving resolution. 📝 43473 Removes false violation for rule “Always unsubscribe events in Angular onDestroy method” when events are unsuscribed using .complete() 📝 42347 Fixes an issue wherein a warning message was displayed during analysis of typescript using commented string template. 📝 42620 Improved the resolution when aliases are used in import. Some links between TypeScript and JavaScript source codes are added in some simple cases. Support Redux Support provided for Redux. See https://doc.castsoftware.com/display/TECHNOS/TypeScript+and+Framework+-+1.13+-+Analysis+Results+-+Redux . Support for ‘*.cts’ and ‘*.mts’ source files Added support for ‘*.cts’ and ‘*.mts’ source files - containing TypeScript modules. Support InjectRepository from @nestjs/typeorm Added support for the InjectRepository API from @nestjs/typeorm