diff options
author | Fabio Berger <me@fabioberger.com> | 2017-12-28 17:36:06 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-12-28 17:36:06 +0800 |
commit | ab0c8c3496b5ceec4467a40360e60a05c1f42b88 (patch) | |
tree | 857c9cb3f2e3bc028a995b1476cf94fe19c72acf /packages/tslint-config | |
parent | 47534b200d4b7f765f475d66704b9e8fab74214a (diff) | |
download | dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.gz dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.bz2 dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.lz dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.xz dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.zst dexon-sol-tools-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.zip |
Add dates to CHANGELOG entries
Diffstat (limited to 'packages/tslint-config')
-rw-r--r-- | packages/tslint-config/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tslint-config/CHANGELOG.md b/packages/tslint-config/CHANGELOG.md index 31f49eef6..daea1975c 100644 --- a/packages/tslint-config/CHANGELOG.md +++ b/packages/tslint-config/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -v0.x.x - TBD +v0.4.0 - _December 28, 2017_ ------------------------ * Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names * Because our tools can be used in both a TS and JS environment, we want to make the private methods of any public facing interface show up at the bottom of auto-complete lists. Additionally, we wanted to remain consistent with respect to our usage of underscores in order to enforce this rule with a linter rule, rather then manual code reviews. |