Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Releases: smartive/tslint-config

v7.0.1

Choose a tag to compare

@smartive-ci smartive-ci released this 22 May 12:15

7.0.1 (2019-05-22)

Bug Fixes

v7.0.0

Choose a tag to compare

@smartive-ci smartive-ci released this 22 May 11:21

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

Choose a tag to compare

@smartive-ci smartive-ci released this 25 Feb 15:23

6.0.0 (2019-02-25)

Features

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

BREAKING CHANGES

v5.0.0

Choose a tag to compare

@smartive-ci smartive-ci released this 16 Nov 14:04
24c1058

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

Choose a tag to compare

@smartive-ci smartive-ci released this 03 Jul 08:00
cd7b9ca

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

Choose a tag to compare

@mfeltscher mfeltscher released this 28 Mar 07:37

3.0.1 (2018-03-28)

Bug Fixes

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

v3.0.0

Choose a tag to compare

@mfeltscher mfeltscher released this 26 Mar 13:29

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

Choose a tag to compare

@mfeltscher mfeltscher released this 02 Mar 15:56

2.1.0 (2018-03-02)

Bug Fixes

Features

  • Upgrade tslint-config-airbnb (5da9b5a)

v2.0.0

Choose a tag to compare

@mfeltscher mfeltscher released this 12 Dec 09:43

2.0.0 (2017-12-12)

Features

BREAKING CHANGES

  • Adding ordered-imports rule which might break existing builds

v1.0.0

Choose a tag to compare

@mfeltscher mfeltscher released this 04 Dec 17:09

1.0.0 (2017-12-04)

  • Release version 1.0.0