-
Notifications
You must be signed in to change notification settings - Fork 2
/
History.txt
54 lines (36 loc) · 1.53 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
=== 1.2.0 /
* 3 minor enhancements:
* Added -m to only report code in methods (skips #none).
* Added avg score per method to report.
* Added -n to skip method details... pussies should learn grep.
=== 1.1.0 / 2007-08-21
* 3 major enhancements:
* Added assignments and branches and a lot of other stuff. rad.
* Added process_iter section for DSL style blocks (rake tasks etc).
* Made Flog usable as a library.
* 12 minor enhancements:
* Added -a flag to turn off threshold culling for other tools.
* Added -s for summarizing the score.
* Added -v feedback to know what file you're flogging.
* Added branching penalty so tons of nested conditionals get beat down.
* Added send (3).
* Capture and ignore SyntaxErrors from template/generator code. Stupid DHH.
* Report can now take an IO object.
* block_args now penalizes all non-benign forms of block_pass.
* Added usage to bin/flog. Moved -I processing to bin/flog.
* Added unpack.rb and update_scores.rb at base level (not installed)
* Added scoring for block_pass.
* Converted totals to use distance formula on ABC's.
* 3 bug fixes:
* Ran flog on every latest gem available. Found a bunch of problems.
* Use a stack for both class/module and method accounting.
* block_args weren't processing the arg
=== 1.0.2 / 2007-08-01
* 1 bug fix:
* stupid rubygems bin wrapper... *sigh*
=== 1.0.1 / 2007-08-01
* 1 bug fix:
* New Rule: NEVER release new software when exhausted: Fixed dependency list.
=== 1.0.0 / 2007-08-01
* 1 major enhancement:
* Birthday!