All Versions
20
Latest Version
Avg Release Cycle
90 days
Latest Release
2962 days ago

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.
  • 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 from SimpleCov.
    • ๐Ÿ’Ž Compat: Ruby 2.0 compatibility.
  • v2.5.0 Changes

    November 17, 2012
    • ๐Ÿ”‹ Feature: --doc-exclude option to exclude globs from documentation checks.
    • ๐Ÿ”‹ Feature: --style-exclude supports globbing.
  • 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.
  • 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.
  • 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)