| 3 years ago | Meghan Denny | add compileInner for use in custom raw functions |
| 3 years ago | Meghan Denny | put Ctx inside DoOptions |
| 3 years ago | Meghan Denny | pass DoOptions to raw custom functions |
| 3 years ago | Meghan Denny | add more warnings to describe the custom function transition |
| 3 years ago | Meghan Denny | better support for printing through optionals |
| 3 years ago | Meghan Denny | ensure raw functions are visible in template and at func definiton with extra underscore |
| 3 years ago | Meghan Denny | put DoOptions into a struct |
| 3 years ago | Meghan Denny | writeEscaped: use Utf8Iterator instead of u8 for loop |
| 3 years ago | Meghan Denny | Field: inline for is redundant here |
| 3 years ago | Meghan Denny | let functions disambiguate whether or not theyre raw based on extra '#' |
| 3 years ago | Meghan Denny | add pub Writer decl |
| 3 years ago | Meghan Denny | escape strings |
| 3 years ago | Meghan Denny | trim NL from left too of replacements |
| 3 years ago | Meghan Denny | add writeEscaped() public helper function |
| 3 years ago | Meghan Denny | trim trailing newlines in string replacement |
| 3 years ago | Meghan Denny | still check for single character escapes |
| 3 years ago | Meghan Denny | update to zig master |
| 4 years ago | Meghan Denny | update test.html with new output |
| 4 years ago | Meghan Denny | update example document, fixes #2 |
| 4 years ago | Meghan Denny | update deps |
| 4 years ago | Meghan Denny | add '{{foo}}' syntax support for "raw" replacements |
| 4 years ago | Meghan Denny | lib- alias '[]const u8' to 'string' |
| 4 years ago | Meghan Denny | FnArgsTuple was already in stdlib, remove |
| 4 years ago | Meghan Denny | check for .len field in sliceables before checking container fields |
| 4 years ago | Meghan Denny | add .function to list of text values |
| 4 years ago | Meghan Denny | add a context param to allow consumer to control where functions are sourced from |
| 4 years ago | Meghan Denny | pass function impls a Writer to enable zero-alloc handlers |
| 4 years ago | Meghan Denny | update for zig 0.9.0 |
| 4 years ago | Meghan Denny | allow replacements to also use format function |
| 4 years ago | Meghan Denny | allow printing any struct value that has a toString method |
| 4 years ago | Meghan Denny | dont convert certain chars to html entity |
| 4 years ago | Meghan Denny | fix fn signature to accept optionals |
| 4 years ago | Meghan Denny | allow checking enum tag in `#ifequal` and `#ifnotequal` |
| 4 years ago | Meghan Denny | allow string literals to be passed as function arguments |
| 5 years ago | Meghan Denny | allow custom helpers to return any type |
| 5 years ago | Meghan Denny | allow passing just `this` as the args to a replacement |
| 5 years ago | Meghan Denny | lib- update package doc comment |
| 5 years ago | Meghan Denny | add missing FnArgsTuple definition |
| 5 years ago | Meghan Denny | add compile error for using an unusable type in a if and ifnot block |
| 5 years ago | Meghan Denny | ast- fix unexpected token error order |
| 5 years ago | Meghan Denny | add better unknown field compile error |
| 5 years ago | Meghan Denny | add support for custom functions |
| 5 years ago | Meghan Denny | add support for indexables in `#if` |
| 5 years ago | Meghan Denny | make `compile` accept an allocator |
| 5 years ago | Meghan Denny | allow attribute values to accept a Body |
| 5 years ago | Meghan Denny | ast- make Body a type |
| 5 years ago | Meghan Denny | allow for `<else>` block in `#ifequal` and `#ifnotequal` |
| 5 years ago | Meghan Denny | allow `this` in 2nd arg of `#ifequal` |
| 5 years ago | Meghan Denny | hoist x init in block block |
| 5 years ago | Meghan Denny | allow referencing `this` in nested block helpers |
|