diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:05:51 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:05:51 +0800 |
commit | 4404f92b3809a1edf538a1ebda6e0afe053b5e0c (patch) | |
tree | 49184e33779f4b07a9d480257fe6e4ceebf0af34 /packages/tslint-config/CHANGELOG.json | |
parent | 0a279794642bde667a51401bd7cf2b2a1079c788 (diff) | |
download | dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.gz dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.bz2 dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.lz dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.xz dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.zst dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.zip |
Add CHANGELOG entries
Diffstat (limited to 'packages/tslint-config/CHANGELOG.json')
-rw-r--r-- | packages/tslint-config/CHANGELOG.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/packages/tslint-config/CHANGELOG.json b/packages/tslint-config/CHANGELOG.json index fe34592fd..be52c5542 100644 --- a/packages/tslint-config/CHANGELOG.json +++ b/packages/tslint-config/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "3.0.0", + "changes": [ + { + "note": "Upgrade the bignumber.js to v8.0.2", + "pr": 1517 + } + ] + }, + { "timestamp": 1547561734, "version": "2.0.2", "changes": [ @@ -231,7 +240,8 @@ "version": "0.4.7", "changes": [ { - "note": "Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names", + "note": + "Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names", "pr": 354 } ], @@ -241,10 +251,12 @@ "version": "0.4.0", "changes": [ { - "note": "Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names" + "note": + "Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names" }, { - "note": "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." + "note": + "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." } ], "timestamp": 1514386800 |