Releases: WoozyMasta/jamle
Releases · WoozyMasta/jamle
Release v0.1.3
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
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
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.