Skip to content

v0.4.1

Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 08 Nov 02:20
· 172 commits to main since this release
v0.4.1

Features

  • data validations via the validate=... syntax
  • Google Sheets API access via user accounts (which previously required service accounts)
  • More clear and colored error messages throughout
  • Dates assume local TZ if not specified

Bugfixes

  • Variables defined on rows (i.e., ![[var=this_row]],=this_row) weren't being evaluated to the correct results
  • Expands were incorrectly filling into the rows below them, only for excel
  • More consistent parsing of dates
  • Fix line count in syntax error messages

Breaking Changes

  • Various parser classes made crate-private