Pooya Parsa
37e14d6aad
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 DEBUG_FD deprecation warning in Webstorm Fixes #410
* whitelist DEBUG_FD for values 1 and 2 only
* Use appreciate depreciation message
2.6.1
2017-01-23 17:42:32 -08:00
Andrew E. Rhyne
705a9fe613
Merge pull request #414 from vgoma/export-default-fix
2017-01-19 23:24:04 -08:00
vgoma
78ae6c9412
Fixed IE8 "Expected identifier" error
2017-01-16 22:00:27 +03:00
Mykyta Usikov
1c163a48c1
added names and skips arrays erasing on enable call ( #409 )
2017-01-04 13:58:28 -06:00
Andrew E. Rhyne
ac5ccae703
release 2.6.0
2.6.0
2016-12-28 23:49:38 -06:00
Andrew E. Rhyne
589559502a
better null pointer checks for browser useColors
2016-12-28 23:46:46 -06:00
Nathan Rajlich
664613047c
remove explicit window.debug export ( #404 )
...
Exporting to the "outer" scope of the module is more the responsibility
of the module loader (i.e. browserify, webpack, etc.) and thus this
is not necessary. `make test-browser` still passes after this patch.
2016-12-28 23:27:52 -06:00
Nathan Rajlich
62df220d20
Deprecate DEBUG_FD ( #405 )
...
* remove DEBUG_FD from readme
* deprecate DEBUG_FD
* remove arrow function
ES6 habbits hit hard :D
2016-12-27 18:25:09 -06:00
Andrew E. Rhyne
9a18d66282
release 2.5.2
2.5.2
2016-12-25 20:39:21 -06:00
Klaus Trainer
eba68cec1a
fix(browser): prevent ReferenceError in workers ( #393 )
...
fixes #382
2016-12-25 18:34:37 -08:00
Nathan Rajlich
280a64d788
Merge pull request #391 from lurch/patch-1
...
Fix README typo
2016-12-21 13:32:54 -08:00
Andrew Scheller
146d0d1c0a
Fix README typo
2016-12-21 06:17:41 +00:00
Andrew E. Rhyne
ea43614db8
added notice about v3 api discussion
2016-12-20 22:05:21 -08:00
Andrew E. Rhyne
3950daef4c
release 2.5.1
2.5.1
2016-12-20 21:32:58 -08:00
Andrew E. Rhyne
a31178c8d8
hotfix for babel-core
2016-12-20 21:31:53 -08:00
Andrew E. Rhyne
5a1a36c302
fix
2016-12-20 21:29:23 -08:00
Andrew E. Rhyne
b7769980da
Merge branch 'master' of github.com:visionmedia/debug
2016-12-20 21:24:56 -08:00
Andrew E. Rhyne
86d8245268
release 2.5.0
2016-12-20 21:24:46 -08:00
Andrew E. Rhyne
355e327c94
release 2.5.0
2016-12-20 21:03:06 -08:00
Andrew E. Rhyne
d85c0c613d
build perf, fix for bowerfile, fix for webworker
2016-12-20 20:44:57 -08:00
Andrew E. Rhyne
dc043cfd6e
Merge pull request #378 from yamikuronue/replace-babel-with-browserify
2016-12-20 19:08:25 -08:00
Accalia de Elementia
f512cf2367
Merge remote-tracking branch 'upstream/master' into replace-babel-with-browserify
2016-12-21 01:42:09 +00:00
Nathan Rajlich
f09833136e
Merge pull request #388 from ForsakenHarmony/patch-1
...
Fix formatting bug
2016-12-20 13:20:13 -08:00
Nathan Rajlich
a16cf42885
Merge pull request #387 from kribblo/patch-1
...
Use typeof window.process !== 'undefined'
2016-12-20 13:19:46 -08:00
Ashley
78e31a8e73
Update browser.js
2016-12-20 22:11:32 +01:00
Kristoffer Lundén
408ae94373
Use typeof window.process !== 'undefined'
...
'process' in window returns true after window.process = null
2016-12-20 21:33:50 +01:00
Accalia de Elementia
f484cfedc4
fix merge errors
2016-12-20 13:28:20 +00:00
Accalia de Elementia
23af4833bf
Merge remote-tracking branch 'upstream/master' into replace-babel-with-browserify
...
Conflicts:
dist/debug.js
test/.babelrc
test/debug_spec.js
2016-12-20 13:22:38 +00:00
Yami
3e1a15d062
fix: merged again, because it didn't take. Guess I did it wrong?
2016-12-20 12:53:42 +00:00
Yami
67182fdb00
fix: Whoops, didn't merge the tests properly. Resolved.
2016-12-20 12:33:56 +00:00
Yami
2a01c6c775
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.
2016-12-20 12:27:29 +00:00
Erik Karlsson
6e934e9fb0
Fix for #381 . Moved .babelrc into test folder, where it is used and which is not built with the module. ( #383 )
2016-12-19 16:22:13 -08:00
Yami
6a8d525642
chore: add coveralls
2016-12-19 12:25:16 +00:00
Yami
0d7c9ebcc9
fix: remove ES6 features since this also now runs on the browser
2016-12-19 12:12:35 +00:00
Yami
92e0e88570
feature: Combined backend and frontend tests
2016-12-19 12:06:38 +00:00
Yami
9011c5a17a
chore: Add pre-commit hook via ghooks so it can be shared
2016-12-19 12:01:09 +00:00
Andrew E. Rhyne
7e741fcc2f
release 2.4.5
2.4.5
2016-12-17 23:13:40 -08:00
jochenberger
17d0e0bb49
check for navigator ( #376 )
...
Fix: navigator undefined in Rhino
2016-12-17 23:02:18 -08:00
Hristo Iliev
50ffa9d85e
Enable use of custom log function ( #379 )
...
* Enable use of custom log function
* Add test for custom log function
2016-12-17 22:56:14 -08:00
Andrew E. Rhyne
1c625d4578
bit of cleanup + linting fixes
2016-12-17 22:53:56 -08:00
Sean Lavine
932b24a685
rm non-maintainted dist/ dir ( #375 )
2016-12-17 22:43:35 -08:00
Yami
cea345a1cb
docs: Simplified language in the opening paragraph. Closes #340 ( #373 )
...
* docs: Simplified language in the opening paragraph. Closes #340
* fix: Adjust wording as per @thebigredgeek
2016-12-16 11:16:15 -08:00
Yami
46ccb741c0
Testing precommit hook by tweaking linting issues
2016-12-16 16:04:57 +00:00
Yami
6bc5986f87
test: Added an expectation to the client-side test, and the necessary wiring
2016-12-16 15:56:49 +00:00
Yami
bb1e132d70
chore: add phantomjs for travis
2016-12-16 15:41:01 +00:00
Yami
adf6ccfc88
fix: Add karma-mocha dependency, and remove browserify
2016-12-16 15:34:20 +00:00
Yami
88766af08a
fix: update package.json so karma gets installed.
2016-12-16 15:30:29 +00:00
Yami
f42b962792
refactor: Moved source files to /src. Moved test files to client and server side tests. Added karma for front-end testing.
2016-12-16 15:19:40 +00:00
Yami
2a146b65ca
fix: Adjust wording as per @thebigredgeek
2016-12-16 12:47:04 +00:00
Yami
c50b33f886
docs: Simplified language in the opening paragraph. Closes #340
2016-12-15 16:06:35 +00:00