Release Notes - 1.0


  • 1.0.5-funcrel

    1.0.5-funcrel
    Updates embedded libraries
    Updates internal evaluation engine leading to an overall enhancement of performance
  • 1.0.4-funcrel

    1.0.4-funcrel
    Updated embedded libraries.
  • 1.0.3-funcrel

    1.0.3-funcrel
    This version is shipped with version 1.2.29 of string evaluation.
    Fixes an issue causing the error: “AttributeError: ‘NoneType’ object has no attribute ‘keys’” to appear during the analysis.
  • 1.0.2-funcrel

    1.0.2-funcrel
    Fixes a traceback issue reported in the analysis log: “RuntimeError: maximum recursion depth exceeded”. 📝 47661
    Fixes a traceback issue reported in the analysis log: “TypeError: join() missing 1 required positional argument: ‘path’”.
  • 1.0.1-funcrel

    1.0.1-funcrel
    Parsing improvement to fix an issue causing the error “AttributeError: ‘NoneType’ object has no attribute ‘get_fullname’”.
    Upgrade Internal string evaluator to version 1.2.24
    Upgrade internal application-level API to version 1.6.13
  • 1.0.0-funcrel

    1.0.0-funcrel
    Add Heuristic to enhance performance of StringEval.
    Reintroduce String Evaluation in modelization.
    Heuristic preventing string evaluation to evaluate unnecessary values (greatly enhance performance and precision).
  • 1.0.0-beta1

    1.0.0-beta1
    New object ‘Apache Wicket Event Handler’ improvements.Support of Action chained within single add(…) statement
    New object ‘Apache Wicket Event Handler’ improvements.Support of onSubmit and onClick handler
  • 1.0.0-alpha2

    1.0.0-alpha2
    Creation of new objects and callLinks between ‘HTML5 source code’ -> new object ‘Apache Wicket Event’ -> ‘Java Method’.Enhance resolutions of Apache Wicket framework
    Creation of callLink from ‘Java Constructor’ to ‘HTML5 source code’ (same package and same name). Creation of callLink for ‘Java Methods’ named onInitialize or onDetach to ‘HTML5 source code’ (same package).Enhance resolutions of the Apache Wicket framework
  • 1.0.0-alpha1

    1.0.0-alpha1
    Creation of callLink between HTML and Java file pairs in same folder when Apache Wicket tags are located in the HTML files.Support Apache Wicket transactions between HTML and Java