Releases: mde/ejs
Releases · mde/ejs
v2.7.1
v2.6.2
- Correctly pass custom escape function to includes (@alecgibson)
- Fixes for rmWhitespace (@nwoltman)
- Examples for client-side EJS compiled with Express middleware (@mjgs)
- Make Template constructor public (@ThisNameWasTaken)
- Added
remove
function to cache (@S2-)
- Recognize both 'Nix and Windows absolute paths (@mde)
v2.5.8
v2.5.7
- Pass configured escape function to
rethrow
(@straker)
- Added vulnerabilities info into README (@mde)
- Avoid creating function object in hot execution path (@User4martin)
- Added benchmark (@User4martin)
- Tests for looped includes (@User4martin)
v2.5.6
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
- Output literal
%>
with%%>
(Roy Miloh) - Allow setting project root for includes (@cnwhy)
- UMD support for the browser (@RyanZim)
- Exported
escapeXML
method to allow manual escaping of output - Tests for strict mode (@RyanZim, @mde)
- Added ESLint for project source code (@mde)
- Whitespace slurp in preprocessor include (@mmis1000)
- Improved line-number handling in errors (@Spikef)
- Various doc improvements (@RyanZim, Ionică Bizău)