507 Commits

Author SHA1 Message Date
Josh Junon
976f8d2afc add issue and pull request templates 2019-01-10 16:51:53 +01:00
Myles Borins
982c12c926 test: only run coveralls on travis
s/posttest:node/coverage

Explicitly call coverage only from CI. This will stop the test suite
from failing on a system not configured to authenticate with
circle-ci
2018-12-22 14:27:14 +01:00
Josh Junon
825d35a2da copy custom logger to namespace extension (fixes #646) 2018-12-19 05:04:15 +01:00
Josh Junon
5528572f9a use console.debug() in browser when available (closes #600)
also removes a branch for each logging call, slightly improving
performance in the browser.
2018-12-19 04:56:52 +01:00
Josh Junon
c0127b18a0 remove examples folder (closes #650) 2018-12-19 04:47:15 +01:00
Josh Junon
94583b652a remove build system (closes #652) 2018-12-19 04:35:02 +01:00
Josh Junon
0e94034efb update development dependencies 2018-12-19 02:47:17 +01:00
Josh Junon
ad551e2b61 add Josh Junon to contributors 2018-12-19 02:45:52 +01:00
Josh Junon
fe49015965 remove .coveralls.yml 2018-12-19 02:42:11 +01:00
Josh Junon
dc5c34f9d8 remove .eslintrc 2018-12-19 02:23:08 +01:00
Josh Junon
dfd5ffa8b6 remove bower.json (closes #602) 2018-12-19 02:01:17 +01:00
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