tslint-loader
Version:
tslint loader for webpack
51 lines (28 loc) • 1.12 kB
Markdown
# Changelog
### 3.5.3
Convert legacy rules for Tslint 5,
fixes [#73](https://github.com/wbuchwalter/tslint-loader/issues/73)
### 3.5.2
Remove empty error for Tslint 5,
fixes [#71](https://github.com/wbuchwalter/tslint-loader/issues/71)
### 3.5.1
Enable Tslint versions greater than 4
### 3.4.2
Docs and tests upgrade to Webpack 2
### 3.4.1
- Add explicit version check for Tslint
### 3.4.0
- Add option for automatic style fixing,
fixes [#54](https://github.com/wbuchwalter/tslint-loader/issues/54)
- Enable absolute paths in config file path
### 3.3.0
- Add ability to specify tsconfig.json for type checked rules,
fixes [#45](https://github.com/wbuchwalter/tslint-loader/issues/45)
## 3.2.1
- Fix custom formatters, fixes [#46](https://github.com/wbuchwalter/tslint-loader/issues/46)
## 3.2.0
- Enable custom config file, fixes [#22](https://github.com/wbuchwalter/tslint-loader/issues/22)
## 3.1.0
- Enable type checked rules, fixes [#36](https://github.com/wbuchwalter/tslint-loader/issues/36)
## 3.0.0
- Upgrade to Tslint 4, fixes [#42](https://github.com/wbuchwalter/tslint-loader/issues/42)