Skip to content

0.2.0

Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 15 May 12:59
· 336 commits to main since this release

Breaking changes:

  • Remove the $$ operator - now you can just reference anything and it will either be resolved or left alone in the final input.

Features:

  • Proper merging of values in the spreadsheet being written to. Imagine you compile a spreadsheet then insert some values, then edit the csvpp template and compile again - in the previous versions we'd drop the inserted values and now it plays nicely and preserves them.
  • More generous spacing in the CSV section - reflected in the example in the README, you can now have spacing between the separators allowing you to line things up visually