Skip to content

CATS version 1.5.x Release

Compare
Choose a tag to compare
@jbaron jbaron released this 05 Oct 18:56
· 212 commits to master since this release

Besides all kind of improvements to CATS itself, this release also uses the latest version of TypeScript from Github. So if you want to play around with latest and greatest language features of TypeScript, this release is the one for you.

For example some features & benefits not available in the stable release:

  • ES6 Modules
  • Destructuring support
  • let and const support
  • Decorators (used by AngularJS)
  • Much faster compilation, which also speeds up things like code completion.
  • Improved startup times, since we removed a lot on unused code and artefacts.

There still can be some glitches in there, so expect an error to pop up every now and then. But give it a try and let us know what you think of it.