- Added HTML5 support via
--html5 command line and RC file options
- Added suppport for missing CSS table attributes:
class, id, and style.
- Added support for template files.
- Removed
--append command line option
- Removed: top, headerFile and bottom RC options
- Removed HTML support (only XHMTL will be produced now). Removed
--xhtml
- Added
--debug command line option
- Fixed issue with no data (correct error message is produced now)
- Fixed warnings
- Reads Excel, OpenOffice, and CSV files natively.
- Fixed bug with limit option
- Fixed bug with nbsp option
- Fixed bug with xhml RC option
- Fixed warnings
- Internal cleanups
- Added -verbose command line option
- Updated -quiet option to silence all messages
- Added -overwrite to toggle the overwriting of existing .html files
- Fixed warnings
- ~ are allowed in .t2trc file paths
- Internal cleanups
- Deprecated RC file names are no longer supported
- Added
equalColumn RC option
- Added
--equal command line option
- Updated
--limit ( and corresponding limit RC option ) to support more columns than present in the data.
- Added a DOCTYPE for HTML files
- Added an always present summary attribute for the tables
- All output files will be valid HTML or XHTML
- Renamed
addParagraph RC option as addSpace
- Updated to allow zero attributes to perform work
- Fixed spelling for the highlightColumn attribute
- Added addParagraph RC option
- Updated squeeze option to handle a line with a delimiter on the end
- Changed version numbering scheme
- Fixed highlight column number bug
- Added --hilight command line options to hilight a column heading
- Fixed skip fields processing
- Fixed bug with a space in the ledger colors
- Added
<thead> tag to the header row
- Removed the unused --ledger command line option
- Internal clean-ups.
- Added --limit command line options to limit the number of columns
- Added --nbsp command line options to print for empty cells
- Fixed missing specified rc file bug.
- Internal clean-ups.
- Fixed command line option processing. The command line was getting trumped by the .t2trc file
- Removed the -T option
- Added long versions, e.g. -delim
- Removed bundling
- Added no versions, e.g. --noheader
- Internal fixes
- Removed the XML limitations
- Removed classic MacOS support
- Fixed several table options
- Internal fixes
- Added the -i command line option
- Mostly internal changes. Code clean-up. More OO
- Removed some stupid/useless command line options
- Changed the format of the rc file to Simple XML
- Fixed oneTable bug
- MAJOR changes!!
- re-wrote the whole table handling routines to be OO
- added support for any and all tags to table, cell, & body
- removed several of the command line arguments
- added 2 new command line arguments (quiet mode & meta file)
- cleaned up multi-platform support
- fixed directory bug
- initialization file changed
- changing the file extension will now always work
- removed checking for the caption on the previous non-delimited line
- ledger colors can be greater than 2
- skipfields now takes a regular expression (can match more than one column)
- added delimiter (and other options) to the initialization file
- added MacOS support
- some minor code cleanups
- added Win32 support
- both .t2trc and t2t.rc are looked for as initialization files
- when processing a directory, files ending with both.html and .htm are now skipped
- the file extension is now replaced instead of just appending .html
- added more HTML options to both the table & cell tags
- added ledger options
- Perl 5 only
- completed rearranged the rc file
- cell alignments now affect the header
- finally fixed the directory and subdirectory processing
- bug fixes
- added the header color option
- fixed the zero bug
- added the cell alignment option
- added the caption tag
- added D to skip over a line of dashes
- added S option to skip a field
- some minor bug fixes with the one table option
- added the ability to add a file
- added W option to process a whole file
- added whole table, skip field, and squeeze
- fixed the zero bug
- added the ability to read from stdin and write out to stdout
- removed the redundant -o option