CATS version 1.4.0 Stable Release
Besides all kind of improvements to CATS itself, this release also uses version 1.4 of TypeScript from Github. So if you get the latest and greatest language features of TypeScript.
Some features & benefits not available in this release:
- Next to private and public, now also support for protected methods and variables in a class.
- Support for Union Types. You can now do things like: var x : string | number;
- ES6 is partially supported (let, const keyword etc). Just be sure to set the target at Project -> Settings to ES6
- Much faster compilation, which also speeds up things like code completion.
- Improved startup times, since we removed a lot on unused code and artefacts