2021-06-13 09:38:12 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
2021-06-27 15:54:15 +02:00
|
|
|
## 0.3.0 - not yet released
|
|
|
|
|
|
|
|
|
|
fix:
|
|
|
|
|
* correct expression for identifiers
|
|
|
|
|
* allow empty template interpolations
|
|
|
|
|
* allow empty templates
|
2021-06-27 22:33:18 +02:00
|
|
|
* fix crash when `context_stack.size()` exceeds `CHAR_MAX`
|
|
|
|
|
* fix crash when `heredoc_identifier.size()` exceeds `CHAR_MAX`
|
2021-06-27 15:54:15 +02:00
|
|
|
|
2021-06-27 19:57:02 +02:00
|
|
|
quality:
|
|
|
|
|
* add fuzzing
|
|
|
|
|
|
2021-06-26 11:15:55 +02:00
|
|
|
## 0.2.0 - 2021-06-26
|
|
|
|
|
|
|
|
|
|
feature:
|
|
|
|
|
* add quoted templates and heredoc templates
|
|
|
|
|
* still missing template directives though
|
|
|
|
|
|
|
|
|
|
quality:
|
|
|
|
|
* collect corpus of real world hcl files from github
|
|
|
|
|
* add github actions
|
|
|
|
|
|
2021-06-13 09:38:12 +02:00
|
|
|
## 0.1.0 - 2021-06-13
|
|
|
|
|
|
|
|
|
|
* initial version
|