- Pull #27: Make IO Context available inside
<script>
- Pull #18: Interpolating within a paired tags
- Pull #19: Fix bug where
throws error - Pull #20: Interpolating within self-closing tag
- Fix #17: Attribute interpolation bug
- Fix #16: Error interpolating unicode into JS
- Removing Javscript treatment from
on
attributes - Exporting
htl
non-standard string literal - In
htl
literal, doubling of$
escapes$
- Continued review of documentation
- Restructructed documentation to improve navigation
- Specialize interpolation within Javascript valued attributes
- Ensure that
@htl
is passed a string literal (Fixed #11) - Provide better CSS serialization within
<style>
tag
- Adding
<span>
as wrapper for default content interpolation - Support
"text/javascript"
serialization within<script>
tag (#10) - Support
"text/css"
serialization within<style>
tag - Remove experimental support for nested non-standard string literals
- Documented how
@htl_str
can be used for dynamic templates
- Improved documentation
- Fixed lots of edge cases
- Interpolation within comment blocks
- Ensured that unicode works for templates
- Separate string literal vs macro
- No longer export string literal by default
- General refactoring for extensibility
- Converted to use an escape proxy
- Simplify attribute dispatch
- Added benchmarking test
- Significant perforamance enhancements
- Implemented via closures rather than objects