liquify 1.0.0-dev.1
liquify: ^1.0.0-dev.1 copied to clipboard
A powerful and extensible Liquid template engine for Dart. Supports full Liquid syntax, custom tags and filters, and high-performance parsing and rendering.
1.0.0-dev.1 #
0.8.2 #
- Make sure we register all the missing string filters
0.8.1 #
- support elseif tags
0.8.0 #
- Start throwing exceptions when parsing fails
0.7.4 #
- For tag: make sure iterable is not null before assignment
0.7.3 #
- Truthy support for binary operators
0.7.2 #
- Array support
0.7.1 #
- array support
0.7.0 #
- Fix parse failure for single { character
- Better whitespace control handling
- Optional tracing and linting
0.6.6 #
- Allow identifiers with hyphens
0.6.5 #
- Member access fix
0.6.3 #
- Filtered assignment fix
0.6.2 #
- Group filters into modules
0.6.0 #
- Empty type
- MapRoot Root implementation
0.5.0 #
- Filesystem lookup
- Render tag
0.4.0 #
- Drop support
0.3.0 #
- Support floating point numbers
- Support negative numbers
0.2.0 #
- Add built in filters
0.1.0 #
- Initial version.