Josh Junon
010fd0d92f
remove changelog
2018-12-19 01:48:38 +01:00
Josh Junon
5fadf4544d
deprecate CHANGELOG.md
2018-10-11 05:56:04 -06:00
Josh Junon
dab648abd5
remove second (shadow) scripts block
2018-10-10 01:03:02 -06:00
ossdev07
7ea4076fd6
Update karma.conf.js
2018-10-08 16:08:37 -06:00
ossdev07
61c94841a0
Update karma.conf.js
2018-10-08 16:08:37 -06:00
ossdev07
4fe746a446
Update karma.conf.js
2018-10-08 16:08:37 -06:00
ossdev07
615cbb925f
debug: Replaced phantomJS by chrome
...
Added script in package.json for running Test-suite
Signed-off-by: ossdev07 <ossdev@puresoftware.com>
2018-10-08 16:08:37 -06:00
Josh Junon
e30e8fdbc9
4.1.0
4.1.0
2018-10-08 04:09:42 -06:00
Michael Bøcker-Larsen
7ef8b417a8
feat: Return namespaces string when invoking disable()
...
feat: Add unit tests for disable return value
fix: Correct spelling in test case description
feat: Test that disable-string works with enable again
Closes #523
docs: Add section about disable return value
2018-10-08 04:06:53 -06:00
Outsider
4236585a40
migrate Makefile to npm scripts
...
Signed-off-by: Outsider <outsideris@gmail.com>
2018-10-02 17:53:55 -07:00
Josh Junon
4490cd95bf
4.0.1
4.0.1
2018-09-11 17:16:06 -06:00
Josh Junon
99c95e3d54
fix browserify and supply alternative unpkg entry point ( closes #606 )
2018-09-11 17:07:20 -06:00
Josh Junon
7fb104b8cf
4.0.0
4.0.0
2018-09-11 02:56:30 -06:00
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