aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/CHANGELOG.md
blob: 5364ae0eeb21a24d77da4c2c72f53b5a291b4acd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CHANGELOG

v0.x.x - TBD
------------------------
    * Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names

v0.3.0 - _December 20, 2017_
------------------------
    * Added rules for unused imports, variables and Async suffixes (#265)

v0.1.0 - _Nov. 14, 2017_
------------------------
    * Re-published TsLintConfig previously published under NPM package `tslint-config-0xproject`
    * Updated to TSLint v5.8.0, requiring several rule additions to keep our conventions aligned.