Release Notes - 1.16
-
1.16.0-funcrel
1.16.0-funcrel
Fixes a missing link from Entity Operation objects to Table objects. đ 48667 Fixes an issue causing an analysis crash due to an infinite loop. đ 50988 An update to improve performance of string evaluation functionality. An update to improve stability of string evaluation functionality. New support of TypeScript, Angular and ReactJS In addition to all previously supported third-party frameworks, this extension now also supports TypeScript 5.x, Angular 18.x and 19.x and React 18.x and 19.x. 1.16.0-beta5
1.16.0-beta5
Updates the Internal Platform dependency for TypeScript. Fixes a traceback error seen in the analysis log: “AttributeError: ‘NoneType’ object has no attribute ’text’”. Fixes a traceback error seen in the analysis log: “UnboundLocalError: local variable ‘j’ referenced before assignment”. Fixes a traceback error seen in the analysis log: “RuntimeError: property is not registered for given object type”. Fixes a traceback error seen in the analysis log: “RuntimeError: CustomObject.save() : parent object should be either a cast.analysers.Object or a cast.analysers.CustomObject”. Fixes a traceback error seen in the analysis log: “AttributeError: ‘Method’ object has no attribute ‘symbol’”. Fixes the missing handler issue of certain Express operations. 1.16.0-beta4
1.16.0-beta4
Fixes an issue that was preventing the com.castsoftware.vuejs extension from functioning correctly when no TypeScript code is present. 1.16.0-beta3
1.16.0-beta3
Any callable Getter or setter methods Links to getter and setter methods are now supported. Support vue-axios The “vue-axios” framework is now supported. See Node.js - Axios support. 1.16.0-beta2
1.16.0-beta2
Missing Angular service issue fixed. đ 48380 An update to ensure that a custom ‘NodeJS Get HttpRequest service’ object is created for the ‘fetch’ API of ‘RepositoryApi’ instance. đ 48508 Fixes an issue causing missing NestJS Operation objects. đ 48666 TypeScript fragments within HTML5 scripts are now analyzed (requires com.castsoftware.html5.2.3.4-funcrel). Fixes a traceback error seen in the analysis log: “AttributeError: ‘NoneType’ object has no attribute ‘fullname’”. Fixes a traceback error seen in the analysis log: “AttributeError: ‘Identifier’ object has no attribute ‘get_fields’”. Fixes a traceback error seen in the analysis log: “Invalid argument”. Fixes an issue causing a missing link from ‘Typescript Method’ objects to ‘HTML5 JavaScript method’ objects. 1.16.0-beta1
1.16.0-beta1
Fixes a traceback error seen in the analysis log: “AttributeError: ‘NoneType’ object has no attribute ‘_ast’”. Updates the vendor for persistence frameworks. Removes the anonymous property for non-anonymous functions. Sequelize used as an ORM is now supported. Sequelize framework used as an ORM is now supported. See here .