main
Template validator (#671)
Support nested arrays within list and blockquote filters
Correctly reconstruct callout:("info","Summary",false) in interpreter
Fix quote-stripping regex in filters to handle newline characters
Split filters into separate files
- Add uncamel filter - Update capitalize and title to handle keys and values in objects - Update schema extraction to make full objects available - Update table filter to accept simple objects
better handle empty values in renderer
Add decode_uri filter (#684)
fix: normalize ISO 8601 duration components correctly (#670)
fix: cannot convert text when generating text-fragment link (#92)
attempt at an html_to_json filter
Strip filters (#41)
Add length filter
Improve handling of lower/upper/title across languages and for arrays
String literal maps now return plain strings instead of {str: ...} wrapper objects. The template filter still supports ${str} for backwards compatibility.
Switch to Defuddle Markdown converter (#723)
fix nth
Add round filter
Fix error with interpreter by simplifying finding elements to remove for the remove_html filter (#910)
Fix for multiple replacements
add reverse filter
add tests
improve: strip_md handles list items
Add support for custom headers
Unescape filter
Add unique filter, closes #227