Skip to content

v0.6.0

Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 15 Jan 19:23
· 75 commits to main since this release
v0.6.0

v0.6.0

Features

  • Eval rows in parallel
  • Support for backing up on Google Sheets
  • Dates, times and datetimes are now tz-unaware

Bugfixes

  • Fix fills being evaluated every time they're loaded from a .csvpo cache (and blowing up the
    resulting spreadsheet)
  • The main module will always use it's csvpo cache when possible
  • Fixes a potential overflow when calculating fills past row 1000

Breaking Changes

  • DateTime no longer supports a variant with fixed TZ offset
  • Various functions on Fill made crate-private
  • Removed Error::ObjectCodeError variant