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

v3.0.0

Choose a tag to compare

@mfeltscher mfeltscher released this 26 Mar 13:29
· 7 commits to master since this release

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.