Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-19 | 580 Bytes | |
v2.21.0 source code.tar.gz | 2024-06-19 | 441.9 kB | |
v2.21.0 source code.zip | 2024-06-19 | 583.5 kB | |
Totals: 3 Items | 1.0 MB | 0 |
Enhancements
- Introduce
ParseTraversalPartial
, which allows traversals that include the splat ([*]
) index operator. (#673) - ext/dynblock: Now accepts marked values in
for_each
, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)
Bugs Fixed
- Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)