Changelog¶
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.
0.1.5 - 2021-12-17¶
Added¶
Changelog.
Changed¶
Migrate tokenizer to an indexed balanced decission tree.
Migrate renderer to a balanced decission tree.
Other minor optimizations.
Fixed¶
Fix
tokenizerraisingIndexErrorwith truncated tokens.
0.1.4 - 2021-04-13¶
Fixed¶
Fix longstanding issue with unclosed tags hanging the tokenizer.
0.1.3 - 2021-04-11¶
Added¶
bytestemplates now support byte-keyed scope items and virtuals.default_getternow supports custom virtual properties.Optional
xxhashsupport to minimize template cache memory footprint.
Fixed¶
Fix argument forwarding.
Fix incorrect behavior with nested undefined properties.
Fix default parameter values not being public.
0.1.2 - 2021-01-29¶
Fixed¶
Fix tokenizer raising
IndexErrorwhen trying to close the top level scope.
0.1.1 - 2021-01-11¶
Fixed¶
Fix handling of whitespaced tokens.
0.1.0 - 2021-01-01¶
Added¶
Initial release.