75 Commits

Author SHA1 Message Date
Semyon Radionov
7466622259 Add time information to Operation block (#74) 2016-08-25 20:53:03 -04:00
Björn Rixman
bdc4d9b630 Add option to set title of terminal window (#101) 2016-08-25 20:52:23 -04:00
Ken Wheeler
a27cbeb215 Merge pull request #104 from FormidableLabs/task-addCodeOfConduct 2016-08-25 13:02:28 -04:00
ebrillhart
faa05cbf53 adding contributing file with code of conduct 2016-08-25 09:57:55 -07:00
Ken Wheeler
43931df41c Merge pull request #103 from FormidableLabs/task-addDocsMarkdown 2016-08-25 12:56:34 -04:00
ebrillhart
da58521bf0 adding markdown files for getting started guide and api docs 2016-08-25 09:36:47 -07:00
Ken Wheeler
ae8142e814 0.1.8 v0.1.8 2016-08-24 07:02:28 -04:00
Ken Wheeler
3c7c7afc64 fixing ipc 2016-08-24 07:01:28 -04:00
Ken Wheeler
039494e338 0.1.7 v0.1.7 2016-08-22 15:55:28 -04:00
Sheng
ee26796484 fix process killing on windows (#95) 2016-08-22 15:54:30 -04:00
Brian Beck
97db812ef0 0.1.6 v0.1.6 2016-08-19 15:38:25 -07:00
Ken Wheeler
72d1aec079 Merge pull request #87 from JoshAddington/updateDeps 2016-08-19 18:21:25 -04:00
Josh Addington
f3235ba1f9 add socket.io-client as dependency 2016-08-19 17:07:46 -04:00
Ken Wheeler
49792c4adb 0.1.5 v0.1.5 2016-08-19 13:57:00 -04:00
Ken Wheeler
4d6199004e Fixing colors 2016-08-19 13:56:41 -04:00
Ken Wheeler
8cdcb5b735 Merge branch 'dmarkow-better-sockets' 2016-08-19 13:42:35 -04:00
Dylan Markow
35e9f463a7 Switch from json-socket to socket.io
`json-socket` has issues with multibyte characters in large messages.
`socket.io` appears to be much more actively maintained and properly
supports the messages `json-socket` was having problems with.
2016-08-19 10:23:26 -05:00
Ken Wheeler
6c35b36b88 0.1.4 v0.1.4 2016-08-19 10:59:04 -04:00
Ken Wheeler
f3fa07f562 reverting color spec 2016-08-19 10:58:58 -04:00
Ken Wheeler
20f95f2936 0.1.3 v0.1.3 2016-08-19 10:52:47 -04:00
James Mosier
6094c71db5 added progress percentage text to progress box (#47)
* added progress percentage text to progress box

* don't show anything if the conditional is not met

* added percent to progressbar
2016-08-19 10:52:00 -04:00
Ken Wheeler
6c1f25c9ee Merge branch 'master' of github.com:FormidableLabs/webpack-dashboard 2016-08-19 10:46:44 -04:00
Ken Wheeler
efa21445b9 fixes color issue 2016-08-19 10:46:32 -04:00
Ken Wheeler
36f7ab8f8d Update ISSUE_TEMPLATE.md 2016-08-19 09:05:34 -04:00
Ken Wheeler
b637587180 Issue template 2016-08-19 09:03:45 -04:00
Ken Wheeler
22f6accda6 0.1.2 v0.1.2 2016-08-19 08:49:08 -04:00
Ken Wheeler
d306062cec Fixing windows & babel-node (#63)
* - Fixes windows by using cross-spawn, closes #57, #62
- Fixes babel node issue where child processes aren't killed, closes #61

* Cleaning up quotes and passing colors through

* Fixing log color output
2016-08-19 08:44:02 -04:00
Thomas Grainger
6cee922a35 You only need to turn off errors when using "The Old Way"™ (#77) 2016-08-19 08:36:26 -04:00
Ken Wheeler
57a1dfce12 Merge pull request #65 from JoshAddington/master 2016-08-18 11:45:46 -04:00
Josh Addington
4015730739 clarify using a custom port 2016-08-18 10:24:35 -04:00
Ken Wheeler
d5a4d41549 Merge pull request #64 from mistadikay/master 2016-08-18 08:01:09 -04:00
Denis Koltsov
0c43d81e0f Add changelog (fixes #60) 2016-08-18 18:57:46 +07:00
Ken Wheeler
48c881882f Merge pull request #59 from exogen/patch-1 2016-08-18 06:01:47 -04:00
Brian Beck
8104ce4370 Update note about Terminal.app 2016-08-17 20:41:17 -07:00
Ken Wheeler
a825194d6f Merge pull request #56 from sparty02/patch-1 2016-08-17 22:21:54 -04:00
Ryan Dunckel
2a0433f523 minor README typo fixes 2016-08-17 21:18:19 -05:00
Ken Wheeler
5536b6e1bb 0.1.1 v0.1.1 2016-08-17 21:17:10 -04:00
Dominik Schmidt
bffece0613 fix #38 and also show scoped modules (#46)
- add a `getPosition` method to the `format-modules.js` file
- if module begins with `@` don't strip after first path seperator
2016-08-17 21:16:35 -04:00
Ken Wheeler
761dcc7ac8 0.1.0 v0.1.0 2016-08-17 21:16:01 -04:00
Ken Wheeler
7b6e9a1904 New approach (#50)
* Separate processes

* Socket comm

* Fixing some things, adding minimal mode
2016-08-17 21:15:05 -04:00
Ken Wheeler
8832ea3755 Merge pull request #27 from FormidableLabs/redirect-console
console redirection
2016-08-16 12:22:17 -04:00
Ken Wheeler
436e1e62cd Improving console output 2016-08-16 12:21:28 -04:00
Ken Wheeler
d345c9c728 Merge branch 'master' of github.com:FormidableLabs/webpack-dashboard 2016-08-15 16:54:44 -04:00
Ken Wheeler
958b35bfe3 lol 2016-08-15 16:53:57 -04:00
Ken Wheeler
ed6625d018 console redirection 2016-08-15 16:52:48 -04:00
Ken Wheeler
e33c3aecfa Merge pull request #25 from Urthen/master
Note that scrolling does not work in Terminal.app
2016-08-15 16:34:55 -04:00
Michael Pratt
cad48da4ba Note that scrolling does not work in Terminal.app 2016-08-15 15:31:04 -05:00
Ken Wheeler
c601e96bec Merge branch 'master' of github.com:FormidableLabs/webpack-dashboard 2016-08-15 16:09:48 -04:00
Ken Wheeler
9e5cf1313f node < 4 compat 2016-08-15 16:09:32 -04:00
Ken Wheeler
b5004b5b17 Merge pull request #22 from th3fallen/fix/fix-iterm-padding
Fix padding for iTerm
2016-08-15 16:05:01 -04:00