·
2 commits
to refs/heads/main
since this release
What's Changed
💥 Breaking changes
- feat!: replace mustache with nunjucks variable rendering (#41)
Note
Nunjucks still supports the same {{ variable }}
replacement style. The breaking changes are for the way templates have to be structured for more complex features, like conditionals, loops or filters. See Nunjucks templating guide to know how to migrate your templates to use with skills/action-text-variables@v3
🚀 Features and Improvements
- feat!: replace mustache with nunjucks variable rendering (#41)
🧰 Maintenance
- chore: add breaking section to release drafter (#42)