All Versions
20
Latest Version
Avg Release Cycle
90 days
Latest Release
3305 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
March 10, 2016- ๐ Compat: Rake 11 supported
- ๐ Compat: Ruby 1.9 no longer supported.
- ๐ Feature: Glob options now take arrays.
-
v2.6.2 Changes
April 20, 2014- ๐ Bugfix: Commented methods no longer trigger a documentation violation for empty modules.
- ๐ Feature: Ruby 2.1 supported.
-
v2.6.1 Changes
October 30, 2013- ๐ Feature: Don't require doc for one-line class w/out method.
- ๐ Bugfix: JsonFormatter initializer needs to take an options hash.
- Doc: Add license definition to gemspec.
-
v2.6.0 Changes
June 07, 2013- ๐ Feature: classes with no methods do not require documentation.
- ๐ Feature: modules with methods require documentation.
- ๐ Feature: support all README extensions.
- ๐ Feature: --color option.
- ๐ Bugfix: fix false positive on class matching for doc check.
- ๐ Bugfix: better handling of invalid strings.
- ๐ Compat: fix Ruby 2.0 deprecations.
-
v2.5.2 Changes
January 26, 2013- ๐ Feature: support operators beside
>=
in threshold check.
- ๐ Feature: support operators beside
-
v2.5.1 Changes
January 26, 2013- ๐ Feature: documentation check supports
.mdown
and.rdoc
extensions. - ๐ Feature: expanded threshold regex to support
coverage/.last_run.json
fromSimpleCov
. - ๐ Compat: Ruby 2.0 compatibility.
- ๐ Feature: documentation check supports
-
v2.5.0 Changes
November 17, 2012- ๐ Feature:
--doc-exclude
option to exclude globs from documentation checks. - ๐ Feature:
--style-exclude
supports globbing.
- ๐ Feature:
-
v2.4.0 Changes
October 21, 2012- ๐ Feature: Rake task can load configuration from a
.cane
file. - ๐ Feature: Coverage threshold can be specifed in a file.
- ๐ Feature: Provide
--all
option for working with single files. - ๐ Bugfix: Allow README file to be lowercase.
- ๐ Feature: Rake task can load configuration from a
-
v2.3.0 Changes
September 16, 2012- ๐ Feature:
--json
option for machine-readable output. - ๐ Feature: absence of a README will cause a failure.
- ๐ Bugfix:
--no-style
option actually works now.
- ๐ Feature:
-
v2.2.3 Changes
September 03, 2012- ๐ Bugfix: Allow multiple spaces before class name. (#34)
- ๐ Bugfix: Remove wacky broken conditional in AbcCheck. (#33)
- ๐ Doc: Better guidance on class level comments. (#35)