Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Releases: ThreadsStyling/tslint

v4.3.0

08 May 10:16
106f535
Compare
Choose a tag to compare

4.3.0 (2019-05-08)

Features

v4.2.1

27 Feb 15:18
cccb051
Compare
Choose a tag to compare

4.2.1 (2019-02-27)

Bug Fixes

  • allow more recent versions of typescript/tslint (#17) (cccb051)

v4.2.0

26 Feb 14:50
Compare
Choose a tag to compare

4.2.0 (2019-02-26)

Features

  • 🎸 disabled no-inferred-empty-object-type (8b79c19)

v4.1.2

04 Jan 15:12
Compare
Choose a tag to compare

4.1.2 (2019-01-04)

Bug Fixes

  • make no-unbound-method rule false (cd5f147)
  • switch to allow static methods (ce4b5af)

v4.1.1

03 Jan 11:44
ef038de
Compare
Choose a tag to compare

4.1.1 (2019-01-03)

Bug Fixes

v4.1.0

19 Oct 14:11
be4b9cd
Compare
Choose a tag to compare

4.1.0 (2018-10-19)

Features

  • remove match-default-export-name rule (#13) (be4b9cd)

v4.0.2

09 Oct 13:07
eccf198
Compare
Choose a tag to compare

4.0.2 (2018-10-09)

Bug Fixes

v4.0.1

09 Oct 13:06
249e0ac
Compare
Choose a tag to compare

4.0.1 (2018-10-09)

Bug Fixes

v4.0.0

09 Oct 11:26
604416b
Compare
Choose a tag to compare

4.0.0 (2018-10-09)

Features

  • update to agreed list of rules (#9) (24fa519)

BREAKING CHANGES

  • the rules have changed substantially, so some things may need changing to match the new lint rules
  • there are no rules for JavaScript since we always write TypeScript

v3.4.0

09 Aug 09:13
Compare
Choose a tag to compare

3.4.0 (2018-08-09)

Features

  • allow no curly on single line (b0c866d)