EJS v2.2.1 Release Notes

Release Date: 2015-01-19 // over 9 years ago
    • 4x faster HTML escaping function, especially beneficial if you use lots of escaped locals (@TimothyGu)
    • Up to 4x faster compiled functions in addition to above (@TimothyGu)
    • โœ… Caching mode regression test coverage (@TimothyGu)
    • ๐Ÿ›  Fix // in an expanded string (@TimothyGu)
    • ๐Ÿ›  Fix literal mode without an end tag (@TimothyGu)
    • ๐Ÿ›  Fix setting options to renderFile() through the legacy 3-argument interface (as is the case for Express.js) (@TimothyGu)
    • โž• Added version string to exported object for use in browsers (@mde)