Releases: hmpl-language/hmpl
Releases · hmpl-language/hmpl
3.2.1
3.2.0
One of the most anticipated and complex versions, adding a link between the request status and the value of the tag attribute.
<div class="{{requestStatus}} class1">Text</div>
{{#request
src="/api/getHTML"
bind="{{requestStatus}}"
}}{{/request}}result:
<div class="hmpl-status-requestStatus-200 class1">Text</div>This functionality will allow you to create more complex and comprehensive interfaces without directly using indicators.
List of changes in this version:
- Adding the
bindproperty - Correcting syntax errors
- Adding
{{name}}values to attributes
3.1.0
This new version features a long-awaited code update. We've improved the security of server responses and made routine work easier.
List of changes in this version:
- For the
getfunction, instead of 4 arguments, we made a props object, which is convenient to work with. - Updated DOMPurify from
3.2.4to3.2.7 - Adding the
sanitizeConfigproperty
3.0.5
Update package.json
3.0.4
Update package.json
3.0.3
Update README.md
3.0.2
fix
3.0.1
Update package.json
3.0.0
fix
2.2.6
Update package.json