Name: js-handler/node_modules/nodeunit/deps/ejs/History.md 
1:
0.4.3 / 2011-06-20
2:
==================
3:
 
4:
  * Fixed stacktraces line number when used multiline js expressions [Octave]
5:
 
6:
0.4.2 / 2011-05-11
7:
==================
8:
 
9:
  * Added client side support
10:
 
11:
0.4.1 / 2011-04-21
12:
==================
13:
 
14:
  * Fixed error context
15:
 
16:
0.4.0 / 2011-04-21
17:
==================
18:
 
19:
  * Added; ported jade's error reporting to ejs. [slaskis]
20:
 
21:
0.3.1 / 2011-02-23
22:
==================
23:
 
24:
  * Fixed optional `compile()` options
25:
 
26:
0.3.0 / 2011-02-14
27:
==================
28:
 
29:
  * Added 'json' filter [Yuriy Bogdanov]
30:
  * Use exported version of parse function to allow monkey-patching [Anatoliy Chakkaev]
31:
 
32:
0.2.1 / 2010-10-07
33:
==================
34:
 
35:
  * Added filter support
36:
  * Fixed _cache_ option. ~4x performance increase
37:
 
38:
0.2.0 / 2010-08-05
39:
==================
40:
 
41:
  * Added support for global tag config
42:
  * Added custom tag support. Closes #5
43:
  * Fixed whitespace bug. Closes #4
44:
 
45:
0.1.0 / 2010-08-04
46:
==================
47:
 
48:
  * Faster implementation [ashleydev]
49:
 
50:
0.0.4 / 2010-08-02
51:
==================
52:
 
53:
  * Fixed single quotes for content outside of template tags. [aniero]
54:
  * Changed; `exports.compile()` now expects only "locals"
55:
 
56:
0.0.3 / 2010-07-15
57:
==================
58:
 
59:
  * Fixed single quotes
60:
 
61:
0.0.2 / 2010-07-09
62:
==================
63:
 
64:
  * Fixed newline preservation
65:
 
66:
0.0.1 / 2010-07-09
67:
==================
68:
 
69:
  * Initial release