39 lines
743 B
Markdown
39 lines
743 B
Markdown
# Changelog
|
|
|
|
## 0.3.2 - 2021-07-01
|
|
|
|
fix:
|
|
* add a build step to CI to make sure the scanner is compilable
|
|
* add fuzzing instrumentation
|
|
|
|
## 0.3.1 - 2021-06-30
|
|
|
|
fix:
|
|
* dont use c struct initializer syntax in src/scanner.cc
|
|
|
|
## 0.3.0 - 2021-06-28
|
|
|
|
fix:
|
|
* correct expression for identifiers
|
|
* allow empty template interpolations
|
|
* allow empty templates
|
|
* fix crash when `context_stack.size()` exceeds `CHAR_MAX`
|
|
* fix crash when `heredoc_identifier.size()` exceeds `CHAR_MAX`
|
|
|
|
quality:
|
|
* add fuzzing
|
|
|
|
## 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
|
|
|
|
## 0.1.0 - 2021-06-13
|
|
|
|
* initial version
|