Skip to content

Releases: mde/ejs

v3.1.10

12 Apr 15:23
Compare
Choose a tag to compare

Version 3.1.10

v3.1.9

12 Mar 19:30
Compare
Choose a tag to compare

Version 3.1.9

v3.1.8

11 May 18:55
Compare
Choose a tag to compare

Version 3.1.8

v3.1.7

20 Apr 16:41
Compare
Choose a tag to compare

Version 3.1.7

v3.1.6

06 Feb 20:28
Compare
Choose a tag to compare

Version 3.1.6

v3.1.5

17 Aug 16:00
Compare
Choose a tag to compare

Version 3.1.5

v3.0.2

29 Mar 18:56
@mde mde
Compare
Choose a tag to compare
Version 3.0.2

v2.7.4

20 Nov 15:42
Compare
Choose a tag to compare

Bug fixes

  • Fixed Node 4 support, which broke in v2.7.3 (5e42d6c, @mde)

v2.7.3

20 Nov 15:39
Compare
Choose a tag to compare

Bug fixes

v2.7.2

20 Nov 15:38
Compare
Choose a tag to compare

Features

  • Added support for destructuring locals (#452, @ExE-Boss)
  • Added support for disabling legacy include directives (#458, #459, @ExE-Boss)
  • Compiled functions are now shown in the debugger (#456, @S2-)
  • function.name is now set to the file base name in environments that support this (#466, @ExE-Boss)

Bug Fixes

  • The error message when async != true now correctly mention the existence of the async option (#460, @ExE-Boss)
  • Improved performance of HTML output generation (#470, @nwoltman)