updated all of the basic stuff for 0.08
[DataExtract-FixedWidth.git] / Changes
blob4ade149d1ecfdf46d9af8603670c98f236c3a01c
1 Revision history for DataExtract-FixedWidth
3 0.08    Added verbose option for constructor, helps out a we' bit
4         Bug fix: long standing error on trailing spaces with empty cols generated.
5                                   no longer generated. Added Tests
6         minor optimization
7         reenabled immutable
9 0.07    Bug fix: No longer have to have the first row the longest when
10         using euristic test provided t/11
12 0.06    Lots of internet rewrites
13         Accept heuristic with undef header and supplied columns
14         New tests
15         Now we clean up namespace (no Moose)
16         Faster with class made immutable (no on because of Moose bug)
18 0.05    Updated pod
19         New test structure -- sample tests outside of __DATA__ into ./t/data
20         Major updates on heuristic, and header_row/cols assumptions
21         new option ->skip_header_data(*1|0)
23 0.04    Better pod -- almost a complete overhaul
24         Constructor tests
26 0.03    Speed fixes
27         Pods fixes
28         And, BrowserUK's heuristic algo in the constructor by opt in
30 0.02    Speed fix per uri's suggestion
31         Fixed pod
32         Fixed default for ->fix_overlay
34 0.01    Date/time
35         First version, released on an unsuspecting world.