Skip to content

v0.6.1

Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 13 Feb 03:25
· 52 commits to main since this release
v0.6.1

Features

  • Allow for a single infinite fill but any number of finite fills before and after it
  • Support % postfix operator
  • Support = comparison operator
  • Support + prefix operator

Bugfixes

  • Fix bug where styles weren't being applied to Excel files
  • Fix a bug where the spreadsheet was not getting re-compiled if a .csvpo file existed
  • Fix quoted in_list validations like validate=in_list('foo bar', 'bar foo')
  • Fix </<=/>/>= lexing
  • Don't allow (throw an error) if there are multiple infinite fills

Breaking Changes

Dependency Updates

  • umya-spreadsheet to v1.2.0
  • env_logger to v0.11.1