All Versions
29
Latest Version
Avg Release Cycle
201 days
Latest Release
1519 days ago

Changelog History
Page 3

  • v1.4.3 Changes

    August 10, 2011
    • 1 bug fix:

      • Fixes for 1.9 with --diff. (mmullis)
  • v1.4.2 Changes

    February 18, 2011
    • 🛠 2 bug fixes:

      • Added flay require in flay_task
      • Switched to minitest. (doh)
  • v1.4.1 Changes

    September 01, 2010
    • 2 minor enhancements:

      • Added extra error handling for ERB flay to deal with tons of bad ERB
      • Skip plugin if another version already loaded (eg local vs gem).
    • 1 bug fix:

      • Fixed all tests that were having problems on 1.9 due to unstable hashes
  • v1.4.0 Changes

    August 14, 2009
    • 4 minor enhancements:

      • Pushed Sexp#mass up to sexp_processor.
      • Removed #similarity #compare_to, #intersection, #triangle, and other cruft.
      • Renamed all_subhashes to all_structural_subhashes.
      • Renamed fuzzy_hash to structural_hash.
  • v1.3.0 Changes

    June 23, 2009
    • 5 minor enhancements:

      • Added --summary to display flay scores per file.
      • Added --verbose to display processing progress.
      • Protect against syntax errors in bad code and continue flaying.
      • Removed fuzzy matching. Never got it to feel right. Slow. Broken on 1.9
      • Renamed --verbose to --diff.
  • v1.2.1 Changes

    March 16, 2009
    • 3 minor enhancements:

      • Added gauntlet_flay.rb
      • Cached value of plugins loaded.
      • Refactored and separated analysis phase from process phase
    • 1 bug fix:

      • Added bin dir to default dirs list in FlayTask
  • v1.2.0 Changes

    March 09, 2009
    • 2 major enhancements:

      • Added flay_task.rb
      • Added plugin system (any flay_(c,java,js,etc).rb files).
    • 4 minor enhancements:

      • Added expand_dirs_to_files and made dirs valid arguments.
      • Added flay_erb.rb plugin.
      • Added optparse option processing.
      • Refactored to make using w/in rake and other CI systems clean and easy.
  • v1.1.0 Changes

    January 20, 2009
    • 7 minor enhancement:

      • Added -v verbose mode to print out N-way diff of the detected code.
      • Added identical node scoring and reporting.
      • Added the start of copy/paste+edit detection, not even close yet.
      • Added more tests.
      • Added rcov tasks
      • Clarified output a bit
      • Refactored process_sexps to make doing other languages/systems easier.
  • v1.0.0 Changes

    November 06, 2008
    • 1 major enhancement

      • Birthday!