Release Notes - 1.14


  • 1.14.0-funcrel

    1.14.0-funcrel
    Support export and import using the type keyword to improve analysis performance. 📝 46971
    Fixes the error “UnboundLocalError: local variable ‘member_access’ referenced before assignment” seen in the analysis log.
  • 1.14.0-beta3

    1.14.0-beta3
    Provides a fix to prevent an analysis job from hanging.
  • 1.14.0-beta2

    1.14.0-beta2
    Fixed false positive for rule 1020928: “Always unsubscribe events in Angular onDestroy method”. 📝 45361
    Make extension compatible with Linux node deployments.
    Improve resolution between JavaScript and TypeScript.
    Fix GUIDs of some objects.
    The behaviour of this extension has been changed: links between SQL queries and SQL tables are no longer created by this extension. This task is now handled by com.castsoftware.sqlanalyzer.
    Tedious framework is now supported. See hereexternal link.Tedious is now supported
    SQLite3 framework is now supported. See hereexternal link.SQLite3 is now supported
  • 1.14.0-beta1

    1.14.0-beta1
    Improvement of modelisation based on the reference of Java and support for devirtualisation.
    Symbols for class fields are added.TypeScript Field
    Symbols for “Built-in TypeScript Objects” are added, if they are instantiated at least once.TypeScript Built-in Objects