File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010- Nothing yet.
1111
12+ ## \[ 8.0.0\] - rc1
13+
14+ ### Added
15+
16+ - Full architecture overhaul: bidirectional HCL2 ↔ JSON pipeline with typed rule classes. ([ #203 ] ( https://github.com/amplify-education/python-hcl2/pull/203 ) )
17+ - CLAUDE.md ([ #260 ] ( https://github.com/amplify-education/python-hcl2/pull/260 ) )
18+
19+ ### Fixed
20+
21+ - Ternary with strings parse error ([ #55 ] ( https://github.com/amplify-education/python-hcl2/issues/55 ) )
22+ - reverse_transform not working with object-type variables ([ #231 ] ( https://github.com/amplify-education/python-hcl2/issues/231 ) )
23+ - reverse_transform not handling nested functions ([ #235 ] ( https://github.com/amplify-education/python-hcl2/issues/235 ) )
24+ - ` writes ` omits quotes around map keys with ` / ` ([ #236 ] ( https://github.com/amplify-education/python-hcl2/issues/236 ) )
25+ - Operator precedence bug ([ #248 ] ( https://github.com/amplify-education/python-hcl2/issues/248 ) )
26+ - Empty string dictionary keys can't be parsed twice ([ #249 ] ( https://github.com/amplify-education/python-hcl2/issues/249 ) )
27+ - jsonencode not deserialized correctly ([ #250 ] ( https://github.com/amplify-education/python-hcl2/issues/250 ) )
28+ - Literal string "string" incorrectly quoted ([ #251 ] ( https://github.com/amplify-education/python-hcl2/issues/251 ) )
29+ - Interpolation literals added to locals/variables in maps ([ #252 ] ( https://github.com/amplify-education/python-hcl2/issues/252 ) )
30+ - Object literal expression can't be serialized ([ #253 ] ( https://github.com/amplify-education/python-hcl2/issues/253 ) )
31+ - Heredocs should interpret backslash literally ([ #262 ] ( https://github.com/amplify-education/python-hcl2/issues/262 ) )
32+
33+ ### Changed
34+
35+ - Updated package metadata: development status, dropped Python 3.7 support. ([ #263 ] ( https://github.com/amplify-education/python-hcl2/pull/263 ) )
36+
1237## \[ 7.3.1\] - 2025-07-24
1338
1439### Fixed
You can’t perform that action at this time.
0 commit comments