Sha256: adb9de8847b3505ff573af5e8894f6d019d7a5f35a8ab9e093fa763a5616549b

Contents?: true

Size: 1.07 KB

Versions: 15

Compression:

Stored size: 1.07 KB

Contents

# Versioning Policy

* CLI interface: Adding options is a non-breaking change, and would warrant an update of the minor version. Removing options is a breaking change and requires a major version update (we did this going to reek 2). Adding a report format probably also warrents a minor version upgrade.
* API: We haven't really defined a 'public' API for using Reek programmatically, and we've only just started testing it. So, this is basically a blank slate at the moment. We will work on this as a part of the reek 3 release.
* List of detected smells: Adding a smell warrants a minor release, removing a smell is a breaking change. This makes sense if you consider that the CLI allows running a single smell detector.
* Consistency of detected smells: This is very hard to guarantee. If we fix a bug in one of the detectors, some fragrant code may become smelly, or vice versa. Right now we don't bother with this.
* Smell configuration: The detectors are quite tolerant regarding configuration options that they don't recognize, so we regard any change here as only requiring a minor release.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
reek-3.5.0 docs/Versioning-Policy.md
reek-3.4.1 docs/Versioning-Policy.md
reek-3.4.0 docs/Versioning-Policy.md
reek-3.3.1 docs/Versioning-Policy.md
reek-3.3.0 docs/Versioning-Policy.md
reek-3.2.1 docs/Versioning-Policy.md
reek-3.2 docs/Versioning-Policy.md
reek-3.1 docs/Versioning-Policy.md
reek-3.0.4 docs/Versioning-Policy.md
reek-3.0.3 docs/Versioning-Policy.md
reek-3.0.2 docs/Versioning-Policy.md
reek-3.0.1 docs/Versioning-Policy.md
reek-3.0.0 docs/Versioning-Policy.md
reek-2.2.1 docs/Versioning-Policy.md
reek-2.2.0 docs/Versioning-Policy.md