Releases: martinohmann/hcl-rs
Releases · martinohmann/hcl-rs
v0.3.0
v0.2.1
v0.2.0
0.2.0 (2022-03-04)
⚠ BREAKING CHANGES
- flatten single block bodies (#2)
Features
add_*
-from-iterator methods for{Body,Block}Builder
(62a5fd7)- add
*_attribute
and*_block
methods toStructure
(a2e18c1) - add
Body
iterators (d08e55e) - add
hcl::de::from_slice
(5917cf3) - add
iter
anditer_mut
forBody
(c1778fe) - add
key
andvalue
methods toAttribute
(10c9ea0) - add getters for block members (8e36bae)
- export
hcl::parse
(#3) (3393de3)