]> git.scottworley.com Git - tablify/shortlog
tablify
2024-10-04 Scott Worley`!label col:new label` to substitute a different label...
2024-10-04 Scott WorleyRename column_header_order → column_header_labels
2024-10-04 Scott WorleyTests for column_header_order()
2024-10-04 Scott WorleyFactor out column_header_order()
2024-10-04 Scott WorleyStart on 0.5.0
2024-10-04 Scott WorleyRelease 0.4.0 v0.4.0
2024-10-04 Scott Worley`!hide` to hide a column
2024-10-04 Scott WorleyPlumb Config into render_all_leftovers()
2024-10-04 Scott WorleyUse Default trait for default Config
2024-10-04 Scott WorleyName the DEFAULT_CONFIG
2024-10-04 Scott Worley!colsep to separate !col columns
2024-10-03 Scott WorleyShow line number in command-related error messages
2024-10-03 Scott WorleyMake it more clear that the number in an error message...
2024-10-03 Scott WorleyInvalid/unknown commands are errors
2024-10-03 Scott WorleyAllow forcing column layout with `!col <name>` in input
2024-10-03 Scott WorleyPlumb config around
2024-10-03 Scott WorleyDon't compare entire Config in tests
2024-10-02 Scott WorleyRead column threshold from `!col_threshold <N>` in...
2024-10-04 Scott WorleyStart on 0.4.0
2024-10-02 Scott WorleyRelease 0.3.0 v0.3.0
2024-10-02 Scott WorleyGet config from read_input()
2024-10-02 Scott WorleyMake read_rows() strict (not lazy)
2024-09-26 Scott WorleyTweak appearance of spacer rows
2024-09-26 Scott WorleyDouble blank lines in the input generate spacer rows
2024-09-26 Scott WorleyVerify double-line-skip behavior without spacer rows
2024-09-26 Scott WorleyRowlike: Allow spacer rows to be represented
2024-09-26 Scott WorleyTweak appearance of leftovers column
2024-09-26 Scott WorleyDon't allocate columns to rare events
2024-09-26 Scott WorleyLeftovers column
2024-09-26 Scott Worleyextract render_instances()
2024-09-26 Scott WorleyRename render_instance → render_one_instance
2024-09-26 Scott Worleyin render_row: name 'cells'
2024-09-25 Scott Worleyrender_row() test
2024-09-12 Scott WorleyUse raw strings so strings with " in them are easier...
2024-09-12 Scott WorleyRemove entries as they're rendered
2024-09-11 Scott WorleyConfig
2024-08-29 Scott WorleyDon't be O(n^2) unnecessarily
2024-08-29 Scott WorleyMove the trim_end() down
2024-08-29 Scott WorleyPrefer &str over String
2024-08-24 Scott WorleyEscape HTML characters properly
2024-08-24 Scott WorleyRefactor: Collect to Vec and join(" ")
2024-08-24 Scott WorleyCenter text in each cell
2024-08-24 Scott WorleyStart on 0.3.0
2024-08-20 Scott WorleyRelease 0.2.1 v0.2.1
2024-08-20 Scott WorleyStart a README
2024-08-20 Scott WorleySort columns _descending_ by frequency
2024-08-20 Scott WorleyA little more space up top
2024-08-20 Scott WorleyStart keeping a changelog
2024-08-20 Scott WorleyStart on 0.2.1
2024-08-19 Scott WorleyRelease 0.2.0 v0.2.0
2024-08-19 Scott WorleyRemove unused CSS
2024-08-19 Scott WorleySet ids, add divs & triggers to engage with the CSS...
2024-08-19 Scott WorleyLighter gray background for active cells
2024-08-19 Scott WorleyClippy wants this to use mut and write!
2024-08-19 Scott WorleyRender column headers
2024-08-19 Scott WorleyRender table
2024-08-19 Scott Worleycolumn_order()
2024-08-19 Scott WorleyTrim whitespace when parsing entries
2024-08-19 Scott WorleySplit entries at ':' to separate instance data
2024-08-19 Scott WorleyMake a place in Entrty for instance data
2024-08-19 Scott WorleyEntry type
2024-08-19 Scott WorleyHTML, CSS, & JS
2024-08-19 Scott WorleyStart connecting stuff
2024-08-19 Scott WorleySort column counts
2024-08-19 Scott WorleyDon't count multiple entries in a single row in column...
2024-08-19 Scott WorleyColumn counts
2024-08-19 Scott WorleyLine numbers in error messages
2024-08-19 Scott WorleyTreat all-whitespace lines as blank lines
2024-08-19 Scott WorleyProper log parsing
2024-08-19 Scott WorleyRead multiple row headers
2024-08-19 Scott WorleyRead one row header
2024-08-19 Scott Worleyread_rows() lies
2024-08-19 Scott WorleySeparate library & executable
2024-08-19 Scott WorleySwitch to rust
2021-08-04 Scott WorleyThe prototype
2024-08-19 Scott WorleyLicense: GPL-3