Add some missed underscores, update changelog and comments

This commit is contained in:
Brandon Millman
2017-12-20 18:59:46 -05:00
parent 23052a5c2e
commit 2d53b7d9a4
7 changed files with 28 additions and 34 deletions

View File

@@ -3,6 +3,7 @@
v0.x.x - TBD
------------------------
* 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.
v0.3.0 - _December 20, 2017_
------------------------