This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Releases: smartive/tslint-config
Releases · smartive/tslint-config
v7.0.1
v7.0.0
v6.0.0
6.0.0 (2019-02-25)
Features
BREAKING CHANGES
- Since tslint-config-airbnb feature versions (https://www.npmjs.com/package/tslint-config-airbnb#versioning) can introduce breaking changes.
v5.0.0
v4.0.0
4.0.0 (2018-07-03)
Features
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
v3.0.0
3.0.0 (2018-03-26)
Features
BREAKING CHANGES
- rule-set: This adds
member-access
as a required rule.
This rule forces the user to addpublic
,private
andprotected
modifiers
to their class members. To migrate, install the new version and use the
given visibility members on classes.