Skip to content

Releases: skills/action-text-variables

v3.0.0

27 Jun 14:19
c81bf10
Compare
Choose a tag to compare

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

25 Jun 13:16
3b6c75e
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • chore(deps): bump all dependencies to latest and update linting config (#37)
  • build(deps-dev): bump the npm-development group across 1 directory with 5 updates (#33)

📚 Documentation

  • fix: Correct inputs description to use YAML, not ENV. (#28)

v2.0.0

18 Apr 10:19
87f0c51
Compare
Choose a tag to compare

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

  • docs: enhance README with clearer structure and usage examples (#26)
  • docs: update all references of skills/response-templates to use skills/exercise-toolkit instead (#25)
  • refactor: update template variable syntax to use YAML format (#24)

v1.1.0

31 Dec 19:36
f277798
Compare
Choose a tag to compare

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

30 Dec 19:00
fd4f2b9
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Dec 22:36
0f6cf9c
Compare
Choose a tag to compare

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