Skip to content

v0.3.0

Choose a tag to compare

@lukeed lukeed released this 24 Jul 05:06
· 16 commits to master since this release

Features

  • Add new loose option to relax the #expect requirement: 72bcb52, e8f8df8

    By default, any template variables must be known ahead of time – either through options.props or through #expect declarations. However, when enabled, options.loose relaxes this constraint.

Chores