All Versions
142
Latest Version
Avg Release Cycle
73 days
Latest Release
520 days ago

Changelog History
Page 6

  • v4.2.0 Changes

    July 16, 2016
    • (waldyr) Add Too Many Constants smell detector
  • v4.1.1 Changes

    July 05, 2016
    • ๐Ÿšฉ (waldyr) Checking lambda should not raise error
  • v4.1.0 Changes

    June 23, 2016
    • (waldyr) Add SubclassedFromCoreClass detector
  • v4.0.5 Changes

    June 16, 2016
    • (mvz) Handle new lambda syntax in NestedIterators
  • v4.0.4 Changes

    June 11, 2016
    • ๐Ÿ“œ (troessner) Bump parser
  • v4.0.3 Changes

    May 23, 2016
    • 0๏ธโƒฃ (mvz) Include default exclusions in generated TODO file
    • (mvz) Avoid generating duplicate context entries in exclusions
  • v4.0.2 Changes

    April 23, 2016
    • (mvz) Stop UnusedPrivateMethod getting confused by nested classes
    • (mvz) Implement and use ShouldReekOf#with_config
    • (mvz) Automatically enable smell in reek_of matcher
  • v4.0.1 Changes

    April 10, 2016
    • (thepry) Fix excluded paths for custom config formats.
  • v4.0.0 Changes

    March 21, 2016
    • ๐Ÿ”ง (troessner) Fix disabling UnusedPrivateMethod via exclude in configuration.
    • ๐Ÿ”ง (troessner) Fix accept and reject configuration handling.
    • (troessner) Fix UnusedParameter detector for lvasgn.
    • ๐Ÿšš (troessner) Remove deprecated method from_map from AppConfiguration. The successor is AppConfiguration.from_hash.
  • v4.0.0.pre1 Changes

    March 01, 2016
    • ๐Ÿš€ First pre-release for Reek 4.
    • (troessner) Make all optional arguments to Examiner's constructor keyword arguments.
    • 0๏ธโƒฃ (troessner) Use keyword arguments without defaults as allowed by Ruby 2.1.
    • ๐Ÿšš (mvz) Remove smell category concept:
      • The smell category is removed from the YAML and JSON outputs.
      • The smell category can no longer be used to select smells in the reek_of matcher.
    • ๐Ÿ–จ (chastell) Make HTML report print to stdout like the other reports
    • ๐Ÿ’Ž (troessner) Drop support for CRuby 2.0
    • (mvz) Speed up reek_of matcher by only running the given smell