- Add
ifFill
, which allows you to make conditional fills. - Fix doctype bug -- HTML5 doctype is replaced after tagstream strips it out.
- Add support for SVG tags -- this BREAKS any substitutions using the same name as an SVG tag
- Add larceny ("l") prefix for ambiguous tags
- Add start of a conversion script to help find SVG-shadowed substitutions. It doesn't actually work as-is -- you need to make some internal Larceny modules accessible and change the template directory inside the script. Not sure how/if to address this for now, because there are only a couple of people who are ever going to use this script.
- Fix bug in template processing.
- Change so that by default, no longer throws errors when no Fill for a Blank.
- Add
fallbackSub
so users can specify behavior when a Fill is missing. - Remove
MissingBlanks
exception.
textFill
now escapes HTML entities,rawTextFill
added