jinja 0.0.7+1
jinja: ^0.0.7+1 copied to clipboard
Jinja2 server-side template engine for Dart. Variables, expressions, control structures and template inheritance.
0.0.8 #
- Set (one variable assign statement)
- Recursive For-Loop
- Unpacking argument expression
- Formatting & fixes
0.0.7 #
- Add global namespace to env and update context
- Add all missing builtin tests
- Fix expression group parsing
- Update package tests
- Formatting & fixes
0.0.6 #
- Add undefined & env.finalize
- Add and switch to env call template, filter, test methods
- Add is and in expressions
- Add sum filter
- Formatting & fixes
0.0.5 #
- Add batch and escape filters
- Template and context required env
- Environment fromSource can store template
- Formatting & fixes
0.0.4 #
- Add test for for-loop & if-condition
- Add defined filter
- Immutable context
- Little Docs
- Formatting & fixes
0.0.3 #
- Fixes & formatting
- More filters & tests, package tests
0.0.2 #
- Fixes & formatting
0.0.1 #
- Base statements, variables, inheritance, filters & tests and example