## 2.0
- Upgrade TSLint, remove deprecated or removed rules
- Removed dependency on tslint-eslint-rules (rely on clang-format to enforce the rule being used)
- Change the recommended installation instructions to copy the format files, rather than symlink

### Breaking Changes
- Remove tslint-eslint-rules from your package.json
- Upgrade TSLint to "^4.2.0"
- Add the `postinstall` script from the README

## 1.0
- Initial Release