Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@Pinjasaur Pinjasaur released this 06 Jun 00:57
260c907

New feature: don't automatically escape HTML entities by setting autoescape: false in a configuration object that can now be passed as the 2nd parameter to templater.

templater("template string", { autoescape: false })

Thanks @Bekreth!