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