Skip to content

v0.5.0 TypeScript 2.6

Compare
Choose a tag to compare
@ofrobots ofrobots released this 07 Nov 03:07

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).

Commits

  • dae4e41 (HEAD -> master, origin/master) BREAKING CHANGE: chore: sync with internal lint (#75)
  • 7b3db0f fix: add support for typescript 2.6 (#74)
  • daaa1a6 fix: add terminal newline to tsconfig.json (#71)
  • d4a4301 chore: restrict typescript version (#72)
  • 857bb32 chore: remove CHANGELOG.md (#67)