All Versions
29
Latest Version
Avg Release Cycle
201 days
Latest Release
1519 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.4.3 Changes
August 10, 20111 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, 20102 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, 20094 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, 20095 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, 20093 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, 20092 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, 20097 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, 20081 major enhancement
- Birthday!