-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
55 lines (46 loc) · 1.68 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
v0.8.2
- Bug fixes
v0.8.1
- Improved handing of type of data
- Bug fixes
v0.8.0
- Improvement in function args handling
- Improvement in identifing the ranges for object inside tuple
- Improved support for splat
- Improved handling/discarding of cached config data
- Improvements in code checkout
- Support for \" in string
- Support for getopt like commandline arguments
- Bug fixes
v0.6.0
- Improved support for for expression, for expression, strings, objects
- Support for opening the repo folder from the workspace(instead of cache) if its already added
- Added initial support for splat
- Added initial support for quotedTemplate and heredoc
- Fixed vulnerabilities
v0.4.0
- Rewrittern parser from scratch
- Nested maps and list support
- More compatiblity for terraform configs
- Support for ternary operator
- Initial support for "for var in" for list and maps
- Added test case for basic validation
v0.2.10
- Fix for " inside the source like "${read_terragrunt_config(find_in_parent_folders("vpc.hcl")).locals.version}"
v0.2.9
- Support for highlighting variable
- Bug fix for highlighting not available on some key/values
v0.2.8
- Support for var.<name> to show the information about variables used
- For every main.tf loaded, it looks for data.tf in the same directory and load if found
v0.2.7
- Support for file with relative path
- Support for unary and binary operations
- Bug fixes
v0.2.5
- Initial Release
- Support for cloning repo mentioned in source
- Support for navigating to the folder/file mentionen in config_path, find_in_parent_folders
- Highlight recognized keys and values with different color
- Tooltip for recognized keys/values
- Support for few terragrunt and terraform functions