Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 1.0.4 | |
| 2 | |
| 3 * Added overllooked `collection` dependency. | |
|
nweiz
2015/01/22 00:12:58
"overlooked"
| |
| 4 | |
| 1 ## 1.0.3 | 5 ## 1.0.3 |
| 2 | 6 |
| 3 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw | 7 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw |
| 4 exceptions when a directory didn't exist on the filesystem. | 8 exceptions when a directory didn't exist on the filesystem. |
| 5 | 9 |
| 6 ## 1.0.2 | 10 ## 1.0.2 |
| 7 | 11 |
| 8 * Fixed `Glob.list()` on Windows. | 12 * Fixed `Glob.list()` on Windows. |
| 9 | 13 |
| 10 ## 1.0.1 | 14 ## 1.0.1 |
| 11 | 15 |
| 12 * Fix several analyzer warnings. | 16 * Fix several analyzer warnings. |
| 13 | 17 |
| 14 * Fix the tests on Windows. | 18 * Fix the tests on Windows. |
| OLD | NEW |