Release Notes - 1.3
1.3.0-funcrel
Other Updates
Details |
---|
Fixes a regression introduced when updating com.castsoftware.typescript from 1.16.x to 1.17.0-beta1. |
1.3.0-beta4
Other Updates
Details |
---|
Fixes a traceback error seen in the analysis log: "AttributeError: 'NoneType' object has no attribute 'extract_calls_from_text'". |
Fixes a traceback error seen in the analysis log: "AttributeError: 'NoneType' object has no attribute 'script_seen'". |
Fixes a traceback error seen in the analysis log: "AttributeError: 'NoneType' object has no attribute 'file_custom_object'". |
1.3.0-beta3
New Support
Summary | Details |
---|---|
Pinia is now supported when used with TypeScript. | The v1.x and v2.x versions of Pinia are now supported when used with TypeScript. |
1.3.0-beta2
Other Updates
Details |
---|
Updates the TypeScript dependency for Vue.js. |
1.3.0-beta1
Rules
Rule Id | New Rule | Details |
---|---|---|
1020200 | FALSE | Fixes issues causing the generation of false positives for the rule "Always have data property as a function that returns an object" (as a result the false positives have been removed). |
1020218 | FALSE | The scope has been changed for the rule "Avoid using unsecured cookie (Vue.js)". |
1020220 | FALSE | The scope has been changed for the rule "Avoid creating cookie with overly broad path (Vue.js)". |
1020222 | FALSE | The scope has been changed for the rule "Avoid creating cookie with overly broad domain (Vue.js)". |
New Support
Summary | Details |
---|---|
Vue.js is now supported when used with TypeScript. | The v2.x and v3.x versions of Vue.js are now supported when used with TypeScript. |
Vuex is now supported when used with TypeScript. | The v2.x, v3.x and v4.x versions of Vuex are now supported when used with TypeScript. |