forked from seattlerb/flay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
86 lines (54 loc) · 2.08 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=== 1.4.3 / 2011-08-10
* 1 bug fix:
* Fixes for 1.9 with --diff. (mmullis)
=== 1.4.2 / 2011-02-18
* 2 bug fixes:
* Added flay require in flay_task
* Switched to minitest. (doh)
=== 1.4.1 / 2010-09-01
* 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
=== 1.4.0 / 2009-08-14
* 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.
=== 1.3.0 / 2009-06-23
* 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.
=== 1.2.1 / 2009-03-16
* 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
=== 1.2.0 / 2009-03-09
* 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.
=== 1.1.0 / 2009-01-20
* 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.
=== 1.0.0 / 2008-11-06
* 1 major enhancement
* Birthday!