|
1 | | -1.9, 2014-05-27, Add "@eval" directive to bin/concat.sh |
| 1 | +# 1.9, 2014-05-27, Add "@eval" directive to bin/concat.sh |
2 | 2 |
|
3 | 3 | * Add an "@eval" directive which evaluates its operand with bash's eval |
4 | 4 | builtin, and appends the result to the concat output. |
5 | 5 |
|
6 | | -1.8, 2014-04-05, Remove option parameter from result.pass() |
| 6 | +# 1.8, 2014-04-05, Remove option parameter from result.pass() |
7 | 7 |
|
8 | 8 | * lib.TestManager.Result.prototype.pass took an optional parameter, a message |
9 | 9 | to log, which was never used, and made it awkward to use |
10 | 10 | result.pass.bind(result) as the value of an onSuccess callback, since any |
11 | 11 | parameter passed to the callback would show up in the test log. |
12 | 12 |
|
13 | | -1.7, 2014-04-28, Firefox compatibility |
| 13 | +# 1.7, 2014-04-28, Firefox compatibility |
14 | 14 |
|
15 | 15 | * Fix if `(chrome...)` tests to be `if (window.chrome...)`. |
16 | 16 | * Fix TextComplete exception detection. |
17 | 17 |
|
18 | | -1.6, 2014-02-24, lib.PreferenceManager fixes. |
| 18 | +# 1.6, 2014-02-24, lib.PreferenceManager fixes. |
19 | 19 |
|
20 | 20 | * diff() and onStorageChanged had issues dealing with boolean prefs |
21 | 21 | and the change-to-default-value case. The upshot was that |
22 | 22 | set(name, true/false/DEFAULT_VALUE) caused the notifyChange to be called |
23 | 23 | twice. |
24 | 24 |
|
25 | | -1.5, 2014-01-09, Switch from BlobBuilder to Blob constructor. |
| 25 | +# 1.5, 2014-01-09, Switch from BlobBuilder to Blob constructor. |
26 | 26 |
|
27 | 27 | * BlobBuilder has been deprecated. Switch over to the blob constructor instead. |
28 | 28 |
|
29 | | -1.4, 2013-07-17, Add test harness. |
| 29 | +# 1.4, 2013-07-17, Add test harness. |
30 | 30 |
|
31 | 31 | * Add lib_test.html test harness. |
32 | 32 | * Modify shell scripts to work on BSD. |
33 | 33 |
|
34 | | -1.3, 2013-04-30, Fix concat.sh append_string |
| 34 | +# 1.3, 2013-04-30, Fix concat.sh append_string |
35 | 35 |
|
36 | 36 | * Fix append_string to work with multi-line strings. |
37 | 37 |
|
38 | | -1.2, 2013-04-02, Add export/import methods to lib.PreferenceManager. |
| 38 | +# 1.2, 2013-04-02, Add export/import methods to lib.PreferenceManager. |
39 | 39 |
|
40 | 40 | * Add lib.PreferenceManager..exportAsJson/importFromJson methods to facilitate |
41 | 41 | backup or migration of preferences. |
42 | 42 |
|
43 | | -1.1, 2013-03-14, Grab bag of changes. |
| 43 | +# 1.1, 2013-03-14, Grab bag of changes. |
44 | 44 |
|
45 | 45 | * Initial add of libdot changelog. |
46 | 46 | * Fix file selection in libdot/bin/mkzip.sh. rsync selection wasn't working |
|
0 commit comments