aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-12-28 17:36:06 +0800
committerFabio Berger <me@fabioberger.com>2017-12-28 17:36:06 +0800
commitab0c8c3496b5ceec4467a40360e60a05c1f42b88 (patch)
tree857c9cb3f2e3bc028a995b1476cf94fe19c72acf /packages/tslint-config
parent47534b200d4b7f765f475d66704b9e8fab74214a (diff)
downloaddexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar
dexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.gz
dexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.bz2
dexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.lz
dexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.xz
dexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.tar.zst
dexon-0x-contracts-ab0c8c3496b5ceec4467a40360e60a05c1f42b88.zip
Add dates to CHANGELOG entries
Diffstat (limited to 'packages/tslint-config')
-rw-r--r--packages/tslint-config/CHANGELOG.md2
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.