Skip to content

Releases: WoozyMasta/jamle

Release v0.1.3

14 Dec 22:13
v0.1.3
f751fb1

Choose a tag to compare

0.1.3 - 2025-12-15

Fixed

  • Environment variable expansion is now applied only to YAML scalar values.
    Comments are no longer processed, preventing accidental expansion or errors
    from ${...} sequences inside comments.

Release v0.1.2

01 Dec 11:53
v0.1.2
f8c13be

Choose a tag to compare

0.1.2 - 2025-12-01

Added

  • Variable escaping support. You can now use $${VAR} to output a literal ${VAR} string. This is essential when your configuration value needs to contain syntax that looks like a variable but shouldn't be processed.

VirusTotal analysis results

Release v0.1.1

01 Dec 11:27
v0.1.1
2864b57

Choose a tag to compare

0.1.1 - 2025-12-01

Changed

  • Refactor Unmarshal loop to replace all regex matches per iteration instead of one. This fixes partial expansion in large YAML/JSON files.

VirusTotal analysis results

Release v0.1.0

01 Dec 11:06
v0.1.0
1ca54fd

Choose a tag to compare