Releases: skills/action-text-variables
Releases · skills/action-text-variables
v3.0.0
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)
v2.0.1
v2.0.0
What's Changed
🚀 Features and Improvements
🚨 BREAKING CHANGES: 🚨
- feat!: replace env style variables for yaml style variables (#22)
🧰 Maintenance
- chore: update dependencies and devDependencies (#27)
- chore: update template variables and add verification steps for actio… (#21)
- ci: add testing the action to ci workflow and fix linting (#20)
- ci: setup release management with labeler and release-drafter (#18)
- build(deps-dev): bump the npm-development group with 3 updates (#7)
- build(deps-dev): bump eslint-plugin-github from 5.1.4 to 5.1.5 in the npm-development group (#6)
📚 Documentation
v1.1.0
What's Changed
- ci(release): v1.1.0 by @chriswblake in #5
- Add support for providing template-vars as an ENV style list.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Bump eslint-plugin-jest from 28.9.0 to 28.10.0 in the npm-development group by @dependabot in #1
- fix(dependencies): Bump eslint from 8.57.1 to 9.17.0 by @dependabot in #2
- ci(release): v1.0.1 by @chriswblake in #4
- Add workflow to create major and minor tags.
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add initial functionality to load a template, replace variables, and return the result.
- Add unit tests and workflows.
- Add usage docs.
ci(release): v1.0.0 by @chriswblake in #3
Full Changelog: https://github.com/chriswblake/action-text-variables/commits/v1.0.0