Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/debug-js/debug

A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
https://github.com/debug-js/debug

Make millisecond timer namespace specific and allow 'always enabled' output (#408)

* Make millisecond timer namespace specific

When debugging node apps, I find it much more use...

9d7c997992416bc9b358aaa5aa9e9396bab54baa authored over 7 years ago by George Joseph <[email protected]>
update `make lint`

cefbd07bd8168a0352f858129562fb9d480b76b2 authored over 7 years ago by Nathan Rajlich <[email protected]>
Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY

Easier to parse programatically and contains milliseconds.

Closes #418.

39eb2770a2ae2e9cd51356d2f6324616484274c3 authored over 7 years ago by antoine.leveugle <[email protected]>
update "browserify" to v14.4.0

826fd94639efeaa3c5701b50d335caead084a5d6 authored over 7 years ago by Nathan Rajlich <[email protected]>
example: use %o formatter

31f3343de76cb8687041387a1b811745c6e84473 authored over 7 years ago by Nathan Rajlich <[email protected]>
add Web Browser 256 colors

Like #481, but for the web browser.

5ed41f6d92b639cdaa1b2e93fc4071886b5a82db authored over 7 years ago by Nathan Rajlich <[email protected]>
fix lint

02eb3c607e38d709b79701a0d0140da77b006bdf authored over 7 years ago by Nathan Rajlich <[email protected]>
don't call splice() when indexOf() returns -1

25e07c78fc5eec5a593ebf51b2a1ed3605897e0e authored over 7 years ago by Nathan Rajlich <[email protected]>
separate Node.js and web browser examples

87880f6ae1f48b12d9f3346bce564a66cba6b93e authored over 7 years ago by Nathan Rajlich <[email protected]>
Makefile tweaks

Re-introduce `make browser` to make a standalone build of `debug.js`
for the web browser.

ce1a236d93a971dc74930972a03d4d0fe409effd authored over 7 years ago by Nathan Rajlich <[email protected]>
readme refactor

dfbac9c30f7f3af8c44802197d47450bcbd94952 authored over 7 years ago by Nathan Rajlich <[email protected]>
more readme screenshots replaced

25eb545324912dd2863658d0ba35426c0f617619 authored over 7 years ago by Nathan Rajlich <[email protected]>
add Namespace Colors section to readme

8b5c438a222167bd0cc66db046bac073f01b3c01 authored over 7 years ago by Nathan Rajlich <[email protected]>
readme++

87e7399fd7e6c4196082bcbfd02bedf95d1b9c76 authored over 7 years ago by Nathan Rajlich <[email protected]>
fix lint

402c8567ee3e01e36464ba9591ac436de6fbf0a9 authored over 7 years ago by Nathan Rajlich <[email protected]>
fix `make test`

d73c4aec194f98a3075adf530b020d4b3098c6cc authored over 7 years ago by Nathan Rajlich <[email protected]>
attempt to separate the Node and Browser tests in Travis

f178d861df18abacac6e9e4607c7306a1147bf3d authored over 7 years ago by Nathan Rajlich <[email protected]>
use contrast-bounded colors

65192b755dcbaef9e958c28a70833e5bd6758264 authored over 7 years ago by Josh Junon <[email protected]>
remove `make coveralls` from travis

f6f621327796a92d75362e48dff2a1f51299a9ba authored over 7 years ago by Nathan Rajlich <[email protected]>
Remove DEBUG_FD (#406)

* remove DEBUG_FD

Now simply uses `process.stderr`. Breaking API change,
for the v3 branch.
...

ff432e76e98f4224917af75a2d2dd1057edff3ac authored over 7 years ago by Nathan Rajlich <[email protected]>
support 256 colors

Closes #481.

d5854f4eb6868c3d424091648ab92a3575b0b55e authored over 7 years ago by Josh Junon <[email protected]>
`enabled()` updates existing debug instances, add `destroy()` function (#440)

* dynamically updatable instances

* add a `destroy()` function to debug instances

So that ...

bf88540737e3908eeac253ffd2bbde0b46d5b56d authored over 7 years ago by Nathan Rajlich <[email protected]>
docs(readme): fix typo (#473)

659ac0252cd3bba115b02a4545b752ac9dcc3064 authored over 7 years ago by Mattias Kindborg @FantasticFiasco <[email protected]>
Simplify and improve

The browser version assumes that chrome.storage.local uses an API which is compatible with local...

da51af8314436ab532c151583f7fd52b2ebf2a3e authored over 7 years ago by Eirik Birkeland <[email protected]>
document .enabled flag (#465)

Was added in #15, should be documented (e.g #423)

a45d4a0239f071634804dd7901dd33b0d0d407c9 authored over 7 years ago by Tim Ruffles <[email protected]>
Release 2.6.8

52e1f21284322f167839e5d3a60f635c8b2dc842 authored over 7 years ago by Nathan Rajlich <[email protected]>
Check for undefined on browser globals (#462)

* Check for undefined on browser globals.

Not all environments include these globals. For exa...

2482e08e4ef36416154ee27e9a2d60e568a01d48 authored over 7 years ago by Marc MacLeod <[email protected]>
release 2.6.7

6bb07f7e1bafa33631d8f36a779f17eb8abf5fea authored over 7 years ago by Andrew E. Rhyne <[email protected]>
Fix Regular Expression Denial of Service (ReDoS)

https://snyk.io/vuln/npm:ms:20170412

15850cb89debc3a2cd0b61ef7f9e298f257506cc authored over 7 years ago by Jamie <[email protected]>
update "debug" to v1.0.0 (#454)

4a6c85c6018a4a4cff4b04f40173ca9d2c72c1da authored over 7 years ago by Douglas Wilson <[email protected]>
Fix typo (#455)

Enables/disabled -> Enables/disabled

b68dbf8cd4a8111dd4ccef56b8e2e3d463c5aadc authored over 7 years ago by Mohammad Asad Siddiqui <[email protected]>
Inline extend function in node implementation (#452)

1351d2f91f20da46316be67265216761548db53c authored over 7 years ago by Douglas Wilson <[email protected]>
update version for component

c211947ea37e1b08ee78653d78defbda7438783d authored over 7 years ago by Andrew E. Rhyne <[email protected]>
release 2.6.5

14df14c3585bbeb10262f96f5ce61549669709d8 authored over 7 years ago by Andrew E. Rhyne <[email protected]>
cleanup browser tests and fix null reference check on window.documentElement.style.WebkitAppearance (#447)

cae07b70c968bdcadffff452dee8613522857888 authored over 7 years ago by Andrew E. Rhyne <[email protected]>
release 2.6.4

f311b10b7b79efb33f4e23898ae6bbb152e94b16 authored over 7 years ago by Andrew E. Rhyne <[email protected]>
Fix bug that would occure if process.env.DEBUG is a non-string value. (#444)

Connects to #443

1f01b70f88202c22deaa3df70e343fc409504147 authored over 7 years ago by Lucian Buzzo <[email protected]>
Update CHANGELOG.md

2f3ebf49c16dc0807a1c125a089129f98583aff5 authored over 7 years ago by Andrew E. Rhyne <[email protected]>
Update CHANGELOG.md

f5ae33211a3026e8d45a2f7c880caa6da2e35629 authored over 7 years ago by Andrew E. Rhyne <[email protected]>
chore(): ignore bower.json in npm installations. (#437)

9742c5f383a6f8046241920156236ade8ec30d53 authored almost 8 years ago by João Vieira <[email protected]>
update "debug" to v0.7.3

Closes #428.

27d93a37f7f6cd76e273826ee7d8252be2d5f457 authored almost 8 years ago by Nathan Rajlich <[email protected]>
release 2.6.3

9dc30f8378cc12192635cc6a31f0d96bb39be8bb authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
LocalStorage returns undefined for any key not present (#431)

0fb8ea4730ae06e6018d8723bee494b0dada30ad authored almost 8 years ago by Paul Betts <[email protected]>
changelog fix

ce4d93e71d367f79ebc0f5aa73f9695a86831cdc authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
release 2.6.2

017a9d68568fd24113bd73a477e0221aa969b732 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
fix DEBUG_MAX_ARRAY_LENGTH

23bc780b840da7f6eaffed6f90098fde27c5f4ca authored almost 8 years ago by slavaGanzin <[email protected]>
Add backers and sponsors from Open Collective (#422)

Now your open collective backers and sponsors can to appear directly on your README.
see how i...

065cbfb1bf93cb4ea5f6bdd956aaba8e7e9f3822 authored almost 8 years ago by Pia Mancini <[email protected]>
Revert "add Slackin invite badge"

This reverts commit f46d67144d78a081c45a0d02cfec9da48b44e105.

918d686521d3f8b4a0f6e0448351cdc06fdb84f6 authored almost 8 years ago by Nathan Rajlich <[email protected]>
add Slackin invite badge

f46d67144d78a081c45a0d02cfec9da48b44e105 authored almost 8 years ago by Nathan Rajlich <[email protected]>
changed slackin url

580a7a18b3c7ee260ed95730676d5064fd1b50a4 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
added slackin

9f33c9a8a84636ae1c46489e10b2e919b9551f36 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
release 2.6.1

941653e3334e9e3e2cca87cad9bbf6c5cb245215 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Whitelist DEBUG_FD for values 1 and 2 only Fixes #410 (#415)

* Hide in DEBUG_FD deprecation warning in Webstorm Fixes #410

+ Intellij idea

* Hide in DE...

37e14d6aad739c565cf225da7a204d2a1d1907ea authored almost 8 years ago by Pooya Parsa <[email protected]>
Merge pull request #414 from vgoma/export-default-fix

705a9fe6133019cae2dd96eaca1e8ce1e4dea835 authored almost 8 years ago by Andrew E. Rhyne <[email protected]>
Fixed IE8 "Expected identifier" error

78ae6c94122a5c23263b6ea6def0d7ead474fc66 authored almost 8 years ago by vgoma <[email protected]>
added names and skips arrays erasing on enable call (#409)

1c163a48c16fdfcaff734d2233bec6fff3d6f0f0 authored about 8 years ago by Mykyta Usikov <[email protected]>
release 2.6.0

ac5ccae70358a2bccc71d288e5f9c656a7678748 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
better null pointer checks for browser useColors

589559502a1d4ea4a7258123a7f516cc88c5bebb authored about 8 years ago by Andrew E. Rhyne <[email protected]>
remove explicit `window.debug` export (#404)

Exporting to the "outer" scope of the module is more the responsibility
of the module loader (i...

664613047c696b050520de0b3af012ee55bd9882 authored about 8 years ago by Nathan Rajlich <[email protected]>
Deprecate DEBUG_FD (#405)

* remove DEBUG_FD from readme

* deprecate DEBUG_FD

* remove arrow function

ES6 habbits ...

62df220d205eddb382b98efb5a44b16076284fb7 authored about 8 years ago by Nathan Rajlich <[email protected]>
release 2.5.2

9a18d66282caa2e237d270a0f2cd150362cbf636 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
fix(browser): prevent ReferenceError in workers (#393)

fixes #382

eba68cec1a154508f3f48d552b79af0dac193432 authored about 8 years ago by Klaus Trainer <[email protected]>
Merge pull request #391 from lurch/patch-1

Fix README typo

280a64d788bbd143b076a141e30407c52a99824b authored about 8 years ago by Nathan Rajlich <[email protected]>
Fix README typo

146d0d1c0aa4f515ce5df0510f7c26481781ccd3 authored about 8 years ago by Andrew Scheller <[email protected]>
added notice about v3 api discussion

ea43614db8349ae8f1083de00f187f2e5611375f authored about 8 years ago by Andrew E. Rhyne <[email protected]>
release 2.5.1

3950daef4c63058e4c2c130b7e90666416b3d5d1 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
hotfix for babel-core

a31178c8d842c192261b70085b9da9ec1333c6a8 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
fix

5a1a36c3025abb5750a7fd12b5deac7fcca65ea5 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
Merge branch 'master' of github.com:visionmedia/debug

b7769980da2c1d5ca1e7cedf6518cabdda4a95e8 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
release 2.5.0

86d8245268d6c6f488bfdb54c270a427ff78aee6 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
release 2.5.0

355e327c94e03aaf0c215b32244eeeacd8a298c8 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
build perf, fix for bowerfile, fix for webworker

d85c0c613d4c9a89c86802ac3014daccafa00b4f authored about 8 years ago by Andrew E. Rhyne <[email protected]>
Merge pull request #378 from yamikuronue/replace-babel-with-browserify

dc043cfd6e3753e2b22816da2f58eba8e030cc74 authored about 8 years ago by Andrew E. Rhyne <[email protected]>
Merge remote-tracking branch 'upstream/master' into replace-babel-with-browserify

f512cf2367f08d3bd479508cdf8227bf3f7cc8fb authored about 8 years ago by Accalia de Elementia <[email protected]>
Merge pull request #388 from ForsakenHarmony/patch-1

Fix formatting bug

f09833136ecd7f66243f0d41772bf7433a09e284 authored about 8 years ago by Nathan Rajlich <[email protected]>
Merge pull request #387 from kribblo/patch-1

Use typeof window.process !== 'undefined'

a16cf42885ac20b407d2384e50e2d0d81865bbb8 authored about 8 years ago by Nathan Rajlich <[email protected]>
Update browser.js

78e31a8e73826702fa75611f06ee788c5f42ce71 authored about 8 years ago by Ashley <[email protected]>
Use typeof window.process !== 'undefined'

'process' in window returns true after window.process = null

408ae94373aaa8693b23b5b402bbeb4320c9e210 authored about 8 years ago by Kristoffer Lundén <[email protected]>
fix merge errors

f484cfedc446f2f75298a14971f63e26ac7d8c52 authored about 8 years ago by Accalia de Elementia <[email protected]>
Merge remote-tracking branch 'upstream/master' into replace-babel-with-browserify

Conflicts:
dist/debug.js
test/.babelrc
test/debug_spec.js

23af4833bfe1acf90e312031217dbb540de233ad authored about 8 years ago by Accalia de Elementia <[email protected]>
fix: merged again, because it didn't take. Guess I did it wrong?

3e1a15d06215f4ed33098bf1f6da7377f4680f42 authored about 8 years ago by Yami <[email protected]>
fix: Whoops, didn't merge the tests properly. Resolved.

67182fdb001d51c4dde667dc43d8ccbc791bd716 authored about 8 years ago by Yami <[email protected]>
Merged from upstream/master. I left the dist/debug in place because my hook now updates it automatically, but I removed the babelrc file since we don't need it anymore.

2a01c6c7756e5849a61535865c8c125ed0402c57 authored about 8 years ago by Yami <[email protected]>
Fix for #381. Moved .babelrc into test folder, where it is used and which is not built with the module. (#383)

6e934e9fb02fe4f353f1d84404ee2ff508cbb0bd authored about 8 years ago by Erik Karlsson <[email protected]>
chore: add coveralls

6a8d525642c1a559a61cedfe70501c1bebbcb710 authored about 8 years ago by Yami <[email protected]>
fix: remove ES6 features since this also now runs on the browser

0d7c9ebcc92423e02640985af708837caf2b6929 authored about 8 years ago by Yami <[email protected]>
feature: Combined backend and frontend tests

92e0e88570b23fb32d542c37818158de1d973e29 authored about 8 years ago by Yami <[email protected]>
chore: Add pre-commit hook via ghooks so it can be shared

9011c5a17a568f2ca5b37563a3c6e375cf5b44b4 authored about 8 years ago by Yami <[email protected]>
release 2.4.5

7e741fcc2f834672796333c97aa15f27f0ea2b5c authored about 8 years ago by Andrew E. Rhyne <[email protected]>
check for navigator (#376)

Fix: navigator undefined in Rhino

17d0e0bb49b46f53bd97aa6d7b56bf9990a8cb62 authored about 8 years ago by jochenberger <[email protected]>
Enable use of custom log function (#379)

* Enable use of custom log function

* Add test for custom log function

50ffa9d85ed55bf905e454b417171f080ebb4528 authored about 8 years ago by Hristo Iliev <[email protected]>
bit of cleanup + linting fixes

1c625d45786fa8b3f0d285d3165e4dd346985fac authored about 8 years ago by Andrew E. Rhyne <[email protected]>
rm non-maintainted `dist/` dir (#375)

932b24a68554e4200327d20d5ca778e0d728c7d6 authored about 8 years ago by Sean Lavine <[email protected]>
docs: Simplified language in the opening paragraph. Closes #340 (#373)

* docs: Simplified language in the opening paragraph. Closes #340

* fix: Adjust wording as pe...

cea345a1cb11d4959db4703e7e2b44656b4a4788 authored about 8 years ago by Yami <[email protected]>
Testing precommit hook by tweaking linting issues

46ccb741c04896ef244fcc54cfb6628a6193fdbd authored about 8 years ago by Yami <[email protected]>
test: Added an expectation to the client-side test, and the necessary wiring

6bc5986f878dcc5907088dad0b231075e1818a93 authored about 8 years ago by Yami <[email protected]>
chore: add phantomjs for travis

bb1e132d70b64c75671f7b6dc40f1eabae621a0d authored about 8 years ago by Yami <[email protected]>
fix: Add karma-mocha dependency, and remove browserify

adf6ccfc88a165550f763701a07b53d7e5424feb authored about 8 years ago by Yami <[email protected]>
fix: update package.json so karma gets installed.

88766af08a6701ee744fcaa15e33534efbfdef85 authored about 8 years ago by Yami <[email protected]>
refactor: Moved source files to /src. Moved test files to client and server side tests. Added karma for front-end testing.

f42b9627922995561299b064fce56bd292abb030 authored about 8 years ago by Yami <[email protected]>