-
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Realytics/fix/stats-error-on-remove
Fix/stats error on remove
- Loading branch information
Showing
7 changed files
with
84 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## v0.1.4 | ||
* Fix send to closed channel case | ||
* Fix removed files case | ||
* Add `fork-ts-checker-service-start-error` hook | ||
|
||
## v0.1.3 | ||
* Fix "Cannot read property 'mtime' of undefined on OSX" | ||
|
||
## v0.1.2 | ||
* Workers mode works correctly (fixed typo) | ||
|
||
## v0.1.1 | ||
* Support memory limit in multi-process mode | ||
* Handle already closed channel case on sending ipc message | ||
|
||
## v0.1.0 | ||
* Initial release - not production ready. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,9 +249,9 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: | |
strip-ansi "^3.0.0" | ||
supports-color "^2.0.0" | ||
|
||
chokidar@^1.6.1: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2" | ||
chokidar@^1.7.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468" | ||
dependencies: | ||
anymatch "^1.3.0" | ||
async-each "^1.0.0" | ||
|
@@ -1232,9 +1232,9 @@ [email protected], [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1: | |
dependencies: | ||
minimist "0.0.8" | ||
|
||
mocha@^3.2.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.3.0.tgz#d29b7428d3f52c82e2e65df1ecb7064e1aabbfb5" | ||
mocha@^3.4.1: | ||
version "3.4.1" | ||
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.4.1.tgz#a3802b4aa381934cacb38de70cf771621da8f9af" | ||
dependencies: | ||
browser-stdout "1.3.0" | ||
commander "2.9.0" | ||
|
@@ -1248,9 +1248,9 @@ mocha@^3.2.0: | |
mkdirp "0.5.1" | ||
supports-color "3.1.2" | ||
|
||
mock-fs@^4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.2.0.tgz#ef53ae17b77e64f67816dd0467f29208a3b26e19" | ||
mock-fs@^4.3.0: | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.3.0.tgz#c2fab8d784283287e9b6ae7538f2dc56c1a05ed7" | ||
|
||
mock-require@^2.0.2: | ||
version "2.0.2" | ||
|
@@ -1638,9 +1638,9 @@ signal-exit@^3.0.0: | |
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" | ||
|
||
sinon@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-2.1.0.tgz#e057a9d2bf1b32f5d6dd62628ca9ee3961b0cafb" | ||
sinon@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-2.2.0.tgz#3b1b42ff5defcbf51a52a62aca6d61171b9fd262" | ||
dependencies: | ||
diff "^3.1.0" | ||
formatio "1.2.0" | ||
|