This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.


On this page:

Summary: This document provides information about changes and new features introduced in this release.

1.1.0-beta2

Updates

New rules added:

1020814

Avoid using web service calls inside a loop

1020816

Avoid using output of the function that does not return anything

1.1.0-beta1

Updates

New rules added:

1020808Avoid having code dynamically executed
1020810Avoid bypassing Angular Security Trust
1020812Avoid invoking "super()" more than one time in a constructor

Resolved issues

The following issues have been fixed in this release of the extension:

Internal ID

Call ID

Summary

ANGTS-66

13644Unable to open files located on a network drive with extensions
ANGTS-6113486Error analyzing Typescript files

1.1.0-alpha5

Updates

New rules added:

1020804Avoid using console logging
1020806Avoid using NaN in comparison

1.1.0-alpha3

Updates

New rules added:

1020800Avoid jump statements in finally
1020802Avoid having errors without throwing them