Releases: alisqi/TwigQI
Releases · alisqi/TwigQI
v1.0.4
v1.0.3
v1.0.2
This release adds one new feature, namely support for key and value types in for loops:
{% types {errors: 'iterable<string, \\Exception>'} %}
{% for name, error in errors %}
{# automatic {% types {name: 'string', error: '\\Exception'} %} #}
{{ name.bad }} {# Error #}
{{ error.bad }} {# Error #}
{% endfor %}
v1.0.1
First release: 1.0.0
This release marks the conclusion of the first iteration of this tool. 🥳
I've chosen v1.x instead of v0.x to show the tool is ready for use. In fact, it's running in AlisQI's app's main branch (closed source), both in development as well as during CI.