v0.5.0 TypeScript 2.6
This is a semver major release that makes two potentially breaking changes
- We now require typescript 2.6+. Since typescript doesn't follow semver, this can potentially fail to compile your existing code. Most notably typescript 2.6 treats types for function parameter more strictly.
- Synchronized the tslint rules with what is used internally at Google. For most of the added rules, a fixer is available, so migration should be relatively straightforward (use
gts fix
).