Skip to content

Releases: smartive/tslint-config

v7.0.1

22 May 12:15
Compare
Choose a tag to compare

7.0.1 (2019-05-22)

Bug Fixes

v7.0.0

22 May 11:21
Compare
Choose a tag to compare

7.0.0 (2019-05-22)

Features

BREAKING CHANGES

  • This adds the stricter rule for floating promises
    and this may break some builds. To disable the rule, overwrite the
    rule and set it to false.

v6.0.0

25 Feb 15:23
Compare
Choose a tag to compare

6.0.0 (2019-02-25)

Features

  • update tslint-config-airbnb to version 5.11.1 (#9) (0fa20c4)

BREAKING CHANGES

v5.0.0

16 Nov 14:04
24c1058
Compare
Choose a tag to compare

5.0.0 (2018-11-16)

Features

  • add check accessor to tslint config (cfbd29a)

BREAKING CHANGES

  • this change does introduce a more though
    checking of accessors. Since we already have member access enabled
    you can also add visibility to getters and setteres.

v4.0.0

03 Jul 08:00
cd7b9ca
Compare
Choose a tag to compare

4.0.0 (2018-07-03)

Features

  • trailing-comma: use correct trailing comma rule (#6) (cd7b9ca)

BREAKING CHANGES

  • trailing-comma: This rule may introduce some breaking changes
    since the versioning of tslint-config-airbnb does not adhere to the
    semantic version rules. So a minor update of tslint config could
    introduce breaking changes. Since there was an update of tslint config,
    this creates a new major. The new rule does not break a build,
    and is newly added to tslint-config-airbnb.

v3.0.1

28 Mar 07:37
Compare
Choose a tag to compare

3.0.1 (2018-03-28)

Bug Fixes

  • function-name: Fix wrong regex notation which broke the builds (#5) (e1080b2)

v3.0.0

26 Mar 13:29
Compare
Choose a tag to compare

3.0.0 (2018-03-26)

Features

  • rule-set: Add member access as well as function name (#4) (626d1b0)

BREAKING CHANGES

  • rule-set: This adds member-access as a required rule.
    This rule forces the user to add public, private and protected modifiers
    to their class members. To migrate, install the new version and use the
    given visibility members on classes.

v2.1.0

02 Mar 15:56
Compare
Choose a tag to compare

2.1.0 (2018-03-02)

Bug Fixes

Features

  • Upgrade tslint-config-airbnb (5da9b5a)

v2.0.0

12 Dec 09:43
Compare
Choose a tag to compare

2.0.0 (2017-12-12)

Features

BREAKING CHANGES

  • Adding ordered-imports rule which might break existing builds

v1.0.0

04 Dec 17:09
Compare
Choose a tag to compare

1.0.0 (2017-12-04)

  • Release version 1.0.0