v1.1.0
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
\
is now stripped:
Before | After |
---|---|
\{example} |
{example} |
Full Changelog: v1.0.4...v1.1.0