Release Notes - 1.0


  • 1.0.6-funcrel

    1.0.6-funcrel
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
  • 1.0.5-funcrel

    1.0.5-funcrel
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
    Improves analysis speed and accuracy by adding optimized filtering.
  • 1.0.4-funcrel

    1.0.4-funcrel
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
    Unknown SQL Query objects are now created per method, versus Analysis Unit
  • 1.0.3-funcrel

    1.0.3-funcrel
    Updated embedded libraries.
    New details to explain which framework API has been triggered for CRUD Operations and queries.
  • 1.0.2-funcrel

    1.0.2-funcrel
    Updated embedded libraries.
  • 1.0.1-funcrel

    1.0.1-funcrel
    Added ‘ORMLite Unknown Entity’, ‘ORMLite Unknown Entity Operation’, and ‘ORMLite Unknown SQL Query’ objects to handle unresolved CRUD operations.
    An update has been implemented to ensure “relyon” links are correctly implemented between entity objects and corresponding Java classes.
  • 1.0.0-funcrel

    1.0.0-funcrel
    Moving from beta to funcrel.
  • 1.0.0-beta1

    1.0.0-beta1
    A change has been implemented to ensure that ORMLite Entity Operation objects are now correctly identified as Java/JEE objects.
    Added support for ORMLite based Android applications.
  • 1.0.0-alpha2

    1.0.0-alpha2
    Added support for custom query builder based crud operation which will result in “ORMLite SQL Query” objects for queries created using custom query builder methods.Support for Custom query
  • 1.0.0-alpha1

    1.0.0-alpha1
    Added support for “Java Entity” and “Raw SQL Query” based CRUD operations.Initial support for ORMLite