All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.2.2 - 2025-01-08
- Fix
Revise
-related error due to missingconvert
for@cm_component
#35
v2.2.1 - 2025-01-07
- Allow
module
-qualified@cm_component
definitions #34
v2.2.0 - 2024-12-09
- Added
@__once__
macro #30
v2.1.0 - 2024-12-06
- Added
StreamingRender
iterator to support streaming template renders #29
v2.0.1 - 2024-12-04
- Allow embedding live
Bonito.App
objects #28
v2.0.0 - 2024-11-16
v1.3.1 - 2024-01-05
- Optimise template functions containing static attributes #21
v1.3.0 - 2023-12-20
- Added Markdown templates #18
v1.2.1 - 2023-12-07
- Fixed
<fallback>
bug in<show>
nodes #17
v1.2.0 - 2023-11-26
- Added a Custom Element macro for bypassing default template tag behaviour #13
- Added support for
...
props #14 - Added support for
...
in element attributes #16
- Corrected file and line info in generated code #15
v1.1.0 - 2023-11-01
- Ctrl-Shift-hover to navigate from browser to template source #10
- Added
$
prefix attribute syntax for string interpolation #11 - Added support for exact line numbers in template "goto" feature #12
v1.0.1 - 2023-10-31
- Fixed
<for>
withindex
prop #8
v1.0.0 - 2023-10-19
Initial release.