liquify 0.7.1
liquify: ^0.7.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.
0.7.1 #
- Better truthy check
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.