Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 15 Nov 22:53
· 5 commits to main since this release
v0.8.0

v0.8.0

Features

  • Slashes are no longer needed to separate cell options
    • [[text=bold halign=left]] is now equivalent to [[text=bold/halign=left]].
  • Support for multi-line cells
  • Support for text wrapping cell option (i.e. [[wrap=clip]] to clip the text in a cell)
  • csv++ User Guide
  • Switch to custom CSV parser (csvp)
  • Switch from CBOR to bincode for object file serialization

Breaking Changes

  • Added enum variant Error::CsvParseError
  • Renamed Options to Config
  • Modules made crate-private:
    • BorderSide
    • BorderStyle
    • Cell
    • Config
    • Fill
    • HorizontalAlign
    • NumberFormat
    • Output
    • CompilationTarget
    • TextFormat
    • VerticalAlign

Deprecated Features

  • You should no longer use / to separate cell options