blob: 05321777f42dd1225781345a9b5dcd3bd9cba446 [file] [view]
## 1.0.4
* Added overlooked `collection` dependency.
## 1.0.3
* Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
exceptions when a directory didn't exist on the filesystem.
## 1.0.2
* Fixed `Glob.list()` on Windows.
## 1.0.1
* Fix several analyzer warnings.
* Fix the tests on Windows.