AgeAuthorCommit message
2 years agogravatar for hello@nektro.netMeghan Dennytracer added a fmt param
2 years agogravatar for hello@nektro.netMeghan Dennyadd tracer calls
2 years agogravatar for hello@nektro.netMeghan Dennyun-inline do
2 years agogravatar for hello@nektro.netMeghan Dennyassert the number of args passed to a custom function matches what it expects
3 years agogravatar for hello@nektro.netMeghan Dennyhandle passing slices and arrays to #ifnot blocks
3 years agogravatar for hello@nektro.netMeghan Dennyhandle multi-arg if functions
3 years agogravatar for hello@nektro.netMeghan Dennyfix miscompilation in argument order when mixing strings and replacements
3 years agogravatar for hello@nektro.netMeghan Dennysupport comparing slices in ifequal and ifnotequal
3 years agogravatar for hello@nektro.netMeghan Dennyfix ifnotequal when comparing enum to tagname
3 years agogravatar for hello@nektro.netMeghan Dennyadd number literal arguments to custom functions
3 years agogravatar for hello@nektro.netMeghan Dennydont use zig-range anymore
3 years agogravatar for hello@nektro.netMeghan Dennyallow passing plain strings as args to blocks and functions
3 years agogravatar for hello@nektro.netMeghan Dennyallow custom functions to be used in #if and #ifnot
3 years agogravatar for hello@nektro.netMeghan Dennysupport printing [N]u8
3 years agogravatar for hello@nektro.netMeghan Dennyadd compileInner for use in custom raw functions
3 years agogravatar for hello@nektro.netMeghan Dennyput Ctx inside DoOptions
3 years agogravatar for hello@nektro.netMeghan Dennypass DoOptions to raw custom functions
3 years agogravatar for hello@nektro.netMeghan Dennyadd more warnings to describe the custom function transition
3 years agogravatar for hello@nektro.netMeghan Dennybetter support for printing through optionals
3 years agogravatar for hello@nektro.netMeghan Dennyensure raw functions are visible in template and at func definiton with extra underscore
3 years agogravatar for hello@nektro.netMeghan Dennyput DoOptions into a struct
3 years agogravatar for hello@nektro.netMeghan DennywriteEscaped: use Utf8Iterator instead of u8 for loop
3 years agogravatar for hello@nektro.netMeghan DennyField: inline for is redundant here
3 years agogravatar for hello@nektro.netMeghan Dennylet functions disambiguate whether or not theyre raw based on extra '#'
3 years agogravatar for hello@nektro.netMeghan Dennyadd pub Writer decl
3 years agogravatar for hello@nektro.netMeghan Dennyescape strings
3 years agogravatar for hello@nektro.netMeghan Dennytrim NL from left too of replacements
3 years agogravatar for hello@nektro.netMeghan Dennyadd writeEscaped() public helper function
3 years agogravatar for hello@nektro.netMeghan Dennytrim trailing newlines in string replacement
3 years agogravatar for hello@nektro.netMeghan Dennystill check for single character escapes
3 years agogravatar for hello@nektro.netMeghan Dennyupdate to zig master
4 years agogravatar for hello@nektro.netMeghan Dennyupdate test.html with new output
4 years agogravatar for hello@nektro.netMeghan Dennyupdate example document, fixes #2
4 years agogravatar for hello@nektro.netMeghan Dennyupdate deps
4 years agogravatar for hello@nektro.netMeghan Dennyadd '{{foo}}' syntax support for "raw" replacements
4 years agogravatar for hello@nektro.netMeghan Dennylib- alias '[]const u8' to 'string'
4 years agogravatar for hello@nektro.netMeghan DennyFnArgsTuple was already in stdlib, remove
4 years agogravatar for hello@nektro.netMeghan Dennycheck for .len field in sliceables before checking container fields
4 years agogravatar for hello@nektro.netMeghan Dennyadd .function to list of text values
4 years agogravatar for hello@nektro.netMeghan Dennyadd a context param to allow consumer to control where functions are sourced from
4 years agogravatar for hello@nektro.netMeghan Dennypass function impls a Writer to enable zero-alloc handlers
4 years agogravatar for hello@nektro.netMeghan Dennyupdate for zig 0.9.0
4 years agogravatar for hello@nektro.netMeghan Dennyallow replacements to also use format function
4 years agogravatar for hello@nektro.netMeghan Dennyallow printing any struct value that has a toString method
4 years agogravatar for hello@nektro.netMeghan Dennydont convert certain chars to html entity
4 years agogravatar for hello@nektro.netMeghan Dennyfix fn signature to accept optionals
4 years agogravatar for hello@nektro.netMeghan Dennyallow checking enum tag in `#ifequal` and `#ifnotequal`
4 years agogravatar for hello@nektro.netMeghan Dennyallow string literals to be passed as function arguments
5 years agogravatar for hello@nektro.netMeghan Dennyallow custom helpers to return any type
5 years agogravatar for hello@nektro.netMeghan Dennyallow passing just `this` as the args to a replacement
Loading...