Rand Stats

Template6

zef:davidromero55
Revision history for Template6

{{$NEXT}}

0.16.0 2025-08-03T01:37:50+02:00
    - Add negation symbol and numeric comparison operators.
    - Pass all tests.
    - Fix a bug with the stash lookup in Template6::Parser.

0.15.0 2025-07-18T01:37:50+02:00
    - Add support for vars using - in their names.
    - Better user message for unexisting templates.

0.14.0  2023-08-17T02:59:45+02:00
    - making directives that are always for content generation keep the line break

0.13.0  2023-08-12T01:37:50+02:00
    - add processing for file paths as well

0.12.0  2023-08-07T00:38:31+02:00
    - wrappers option can be used from code
    - minor refactoring

0.11.5  2023-08-01T15:06:34+02:00
    - cleaning up the structure/interface of the Parser class

0.11.4  2023-03-20T16:04:05+01:00
    - changing escape strategy for verbatim parts of the template

0.11.3  2023-03-08T01:07:07+01:00
    - implementing missing reset flag

0.11.2  2023-03-07T10:26:57+01:00
    - do not fall back to bare words in for loops
    - missing identifier should result into an empty loop
    - in general: the missing "strict" value is Empty now, not Nil

0.11.1  2023-03-02T23:50:07+01:00
    - do not fall back to bare words in conditionals

0.11.0  2023-03-02T02:59:10+01:00
    - preference for heredoc in generated Raku code
    - fixing an unless issue with the corresponding test case
    - mitigating strict type constraint for stash lookup
    - adding a test for lookups
    - previously unpublished control flow modifications

0.10.1  2022-05-25T18:28:53+02:00
    - First version in the zef ecosystem