Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Latest commit

 

History

History
152 lines (79 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

152 lines (79 loc) · 3.27 KB

CHANGELOG

v4.1.0 - July 15, 2020

* Set `no-non-null-assertion` to false (#2613)

v4.0.0 - December 2, 2019

* Dependencies updated

v3.1.0-beta.2 - November 17, 2019

* Dependencies updated

v3.1.0-beta.1 - November 7, 2019

* Dependencies updated

v3.1.0-beta.0 - Invalid date

* Dependencies updated

v3.0.1 - April 11, 2019

* Dependencies updated

v3.0.0 - February 5, 2019

* Upgrade the bignumber.js to v8.0.2 (#1517)

v2.0.2 - January 15, 2019

* Dependencies updated

v2.0.1 - January 11, 2019

* Dependencies updated

v2.0.0 - December 13, 2018

* Improve async-suffix rule to check functions too, not just methods (#1425)

v1.0.10 - November 9, 2018

* Dependencies updated

v1.0.9 - October 18, 2018

* Dependencies updated

v1.0.8 - October 4, 2018

* Dependencies updated

v1.0.7 - September 5, 2018

* Dependencies updated

v1.0.6 - August 24, 2018

* Dependencies updated

v1.0.5 - August 14, 2018

* Dependencies updated

v1.0.4 - July 26, 2018

* Dependencies updated

v1.0.3 - July 26, 2018

* Dependencies updated

v1.0.2 - July 25, 2018

* Dependencies updated

v1.0.1 - July 23, 2018

* Dependencies updated

v1.0.0 - July 19, 2018

* Added a bunch of rules (#883)

v0.4.21 - July 9, 2018

* Dependencies updated

v0.4.20 - June 19, 2018

* Dependencies updated

v0.4.19 - May 31, 2018

* Incorrect publish that was unpublished

v0.4.18 - May 22, 2018

* Dependencies updated

v0.4.17 - May 4, 2018

* Dependencies updated

v0.4.16 - April 18, 2018

* Dependencies updated

v0.4.15 - April 11, 2018

* Dependencies updated

v0.4.14 - April 2, 2018

* Dependencies updated

v0.4.13 - April 2, 2018

* Dependencies updated

v0.4.9 - February 8, 2018

* Move devDeps to deps to fix missed dependency issue in published package.

v0.4.8 - February 8, 2018

* Fix publish issue where custom TSLint rules were not being included (#389)

v0.4.7 - February 6, 2018

* Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names (#354)

v0.4.0 - December 27, 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.

v0.3.0 - December 19, 2017

* Added rules for unused imports, variables and Async suffixes (#265)

v0.1.0 - November 13, 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.