Skip to content

v1.1.0

Compare
Choose a tag to compare
@eartharoid eartharoid released this 08 Sep 22:46
· 71 commits to main since this release
6db1d4d

Changelog

  • Improved browser compatibility by removing regex lookbehinds.
    This also improves escaping placeholders as the leading \ is now stripped:
    Before After
    \{example} {example}

Full Changelog: v1.0.4...v1.1.0