Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0

    6985f6bd · add CI file ·
    0.2.0 is a breaking release. A formatted string is no longer the unit of manipulation — plain data is. 
    make_table is now render (which computes per-column widths from the data, headers included, so scaling is gone); 
    sorting moved out of rendering into sort_rows; 
    insert_row_numbers, capitalize_inputs, remove_seps, and insert_title became numbered, title_case, the row_seps flag, and the title argument; 
    transform became by_col. deconstruct, maybe_table, and length were removed — they existed to recover data from a rendered string, and you still have the data.