equal
deleted
inserted
replaced
|
1 Template Change History |
|
2 ======================= |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * No changes. |
|
33 |
|
34 3.8.1 |
|
35 ----- |
|
36 |
|
37 * The number 0 (as opposed to the string "0") is no longer treated as an empty |
|
38 value by Template.Micro. [Ticket #2533040] |
|
39 |
|
40 * Fixed a bug in Template.Micro that caused control characters like `\n` in |
|
41 template strings to be improperly escaped in the compiled template. |
|
42 |
|
43 * Added the concept of default options to `Y.Template` via the following |
|
44 constructor signature: `Y.Template(engine, defaults)`. |
|
45 |
|
46 |
|
47 3.8.0 |
|
48 ----- |
|
49 |
|
50 * Initial release. |