Josh Junon
84e41d52ac
3.2.1
3.2.1
2018-09-11 00:25:52 -06:00
Josh Junon
b3f8f8e683
use babel-ified distributed source for browsers
2018-09-11 00:25:34 -06:00
Josh Junon
dec4b159dd
3.2.0
3.2.0
2018-09-11 00:12:55 -06:00
Josh Junon
3ca23316a4
clean up builds
2018-09-10 23:45:28 -06:00
Josh Junon
9f4f8f59ba
remove needless command aliases in makefile
2018-09-10 23:18:17 -06:00
Josh Junon
623c08ef73
no longer checking for BROWSER=1
2018-09-10 23:18:17 -06:00
Josh Junon
57cde56e43
fix tests
2018-09-10 23:18:17 -06:00
Josh Junon
62822f1266
clean up makefile
2018-09-10 23:18:17 -06:00
Josh Junon
833b6f84c8
fix tests
2018-09-10 23:18:17 -06:00
Josh Junon
ba8a424d41
move to XO ( closes #397 )
2018-09-10 23:18:17 -06:00
Josh Junon
2d2509e26b
add .editorconfig
2018-09-10 23:18:17 -06:00
Josh Junon
853853f9f5
bump vulnerable packages
2018-09-10 23:18:17 -06:00
Josh Junon
7e1d5d94f3
add yarn-error.log to .gitignore
2018-09-10 23:18:17 -06:00
Ruslan Boliev
e43e5fed17
add instance extends feature ( #524 )
...
* instance extends feature
* add .extend documentation
* allow empty delimiter in extend
2018-09-10 21:06:24 -06:00
Miau Lightouch
207a6a2d53
Fix nwjs support ( #569 )
2018-07-26 02:07:10 -06:00
Daniel Ruf
05b0ceb885
add Node.js 10, remove Node.js 4 ( #583 )
2018-06-23 20:31:31 -06:00
Frank Febbraro
02b9ea9fd7
Add TVMLKit support ( #579 )
...
* Adding TVMLKit support
* removed the check for window/navigationDocument, instead relying on localStorage in the global context on all 'browser' based platforms
2018-06-21 13:13:12 -07:00
KyleStay
1ad1e4a79f
Improve usability of Windows notes w/ examples for prompts & npm script ( #577 )
...
* Improve usability of Windows notes w/ examples for prompts & npm script
* Made changes requested for pull request
https://github.com/visionmedia/debug/pull/577#pullrequestreview-130549763
2018-06-20 16:49:49 -06:00
Qix
71d2aa77ff
Merge pull request #476 from EirikBirkeland/patch-1
...
Drop usage of `chrome.storage` (or make the storage backend pluggable)
2018-06-20 13:03:33 -06:00
Qix
7cbe86b121
Merge pull request #563 from brainbeanapps/master
...
Detect 'process' package
2018-06-20 11:49:01 -06:00
Alexey Pelykh
225c66f719
Detect 'process' package
2018-04-20 17:48:41 +03:00
Rouven Weßling
22f993216d
Update ms to 2.1.1 ( #539 )
2018-01-07 13:45:57 -08:00
Diego Rodríguez Baquero
a5ca7a2086
Update .npmignore ( #527 )
...
Don't upload to npm unneeded files
2017-12-05 16:51:50 -08:00
Nathan Rajlich
285dfe10a5
fix colors with supports-color@5
2017-11-09 12:35:02 -08:00
Arnaud Benhamdine
ab5083f68a
Document enable() ( #517 )
...
Document enable, and help to avoid pitfall of https://github.com/visionmedia/debug/issues/425
2017-11-08 14:24:04 -08:00
Nathan Rajlich
71169065b5
refactor to make the common code be a setup function ( #507 )
...
This is so that we can make both a Node.js instance and
web browser instance for when `--inspect` is used in Node.js.
2017-10-11 08:31:18 -07:00
Nathan Rajlich
f073e056f3
Release 3.1.0
3.1.0
2017-09-26 21:13:38 +02:00
Nathan Rajlich
2c0df9baf7
rename DEBUG_HIDE_TTY_DATE to DEBUG_HIDE_DATE
...
The date is actually only printed when output is *NOT* a TTY.
Let's just genericize the name instead.
2017-09-26 21:11:45 +02:00
Nathan Rajlich
dcb37b2ca4
Merge branch '2.x'
2017-09-22 15:50:53 +02:00
Nathan Rajlich
56a3853b95
Add DEBUG_HIDE_TTY_DATE env var ( #486 )
...
Squashed commit of the following:
commit 62589c0a4e1babc5953ea30c7ef80b3867ed0a04
Author: Adrian Mejia <admejiar@cisco.com>
Date: Sat Aug 12 15:24:45 2017 -0400
solves merge conflict
commit 55e5c5e86812163293779e9bbad1afc252c83230
Author: Adrian Mejia <admejiar@cisco.com>
Date: Sat Aug 12 15:21:16 2017 -0400
docs
commit e09dec33c15fae136039c7ebd94c23000a35373f
Author: Adrian Mejia <admejiar@cisco.com>
Date: Sat Aug 12 15:19:10 2017 -0400
cleanup
commit 9dd6a2b9ca3b1f0d9852ecf0e64ccc6dacf04fa7
Author: Adrian Mejia <admejiar@cisco.com>
Date: Sat Aug 12 15:05:53 2017 -0400
enables DEBUG_HIDE_TTY_DATE
2017-09-22 15:45:06 +02:00
Nathan Rajlich
13abeae468
Release 2.6.9
2.6.9
2017-09-22 15:32:23 +02:00
Ya Zhuang
f53962e944
remove ReDoS regexp in %o formatter ( #504 )
2017-09-22 15:31:40 +02:00
Nathan Rajlich
bdb7e0137f
remove "component" from package.json
2017-09-22 15:28:45 +02:00
Ya Zhuang
c38a0166c2
remove ReDoS regexp in %o formatter ( #504 )
2017-09-22 00:26:33 +02:00
Nathan Rajlich
47747f329f
remove component.json
...
The project has been deprected since 2015.
We should be encouraging the community to move forward
and thus this file should be removed.
2017-09-19 00:09:40 +02:00
Nathan Rajlich
a0601e5e65
fix
2017-09-15 02:28:44 +02:00
Nathan Rajlich
e7e568a247
ignore package-lock.json
2017-09-15 00:25:50 +02:00
Mariusz Nowak
fdfa0f5f6c
Fix browser detection
2017-09-13 16:02:11 +02:00
Nathan Rajlich
7cd9e539ce
examples: fix colors printout
...
Fixes #502 .
2017-09-13 15:40:33 +02:00
Josh Junon
8d76196c8e
Merge pull request #496 from EdwardBetts/spelling
...
correct spelling mistake
2017-09-02 13:27:31 -06:00
Edward Betts
daf1a7c8c0
correct spelling mistake
2017-09-01 19:49:50 +01:00
Nathan Rajlich
3e1849d3aa
Release 3.0.1
3.0.1
2017-08-24 12:44:17 -07:00
Iñaki Baz Castillo
b3ea123cc4
Disable colors in Edge and Internet Explorer ( #489 )
...
Fixes #417 .
2017-08-24 12:40:18 -07:00
Nathan Rajlich
13e1d068e9
remove v3 discussion note for now
2017-08-08 15:23:50 -07:00
Nathan Rajlich
52b894cd79
Release 3.0.0
3.0.0
2017-08-08 14:55:46 -07:00
Nathan Rajlich
d2dd80aeaf
component: update "ms" to v2.0.0
2017-08-08 14:49:27 -07:00
Nathan Rajlich
6752953543
fix browser test 😵
2017-08-08 14:42:25 -07:00
Nathan Rajlich
f6f6213277
remove make coveralls from travis
2017-08-08 14:42:25 -07:00
Nathan Rajlich
f178d861df
attempt to separate the Node and Browser tests in Travis
2017-08-08 14:42:25 -07:00
Nathan Rajlich
d73c4aec19
fix make test
2017-08-08 14:42:25 -07:00