Andrew E. Rhyne
9dc30f8378
release 2.6.3
2.6.3
2017-03-13 20:49:55 -07:00
Paul Betts
0fb8ea4730
LocalStorage returns undefined for any key not present ( #431 )
2017-03-13 20:43:57 -07:00
Andrew E. Rhyne
ce4d93e71d
changelog fix
2017-03-10 11:45:08 -08:00
Andrew E. Rhyne
017a9d6856
release 2.6.2
2017-03-10 11:44:00 -08:00
slavaGanzin
23bc780b84
fix DEBUG_MAX_ARRAY_LENGTH
2.6.2
2017-02-22 11:18:13 -08:00
Pia Mancini
065cbfb1bf
Add backers and sponsors from Open Collective ( #422 )
...
Now your open collective backers and sponsors can to appear directly on your README.
see how it'll look [here](https://github.com/apex/apex#backers )
[More info](https://github.com/opencollective/opencollective/wiki/Github-banner )
Also add badges on top.
2017-02-17 10:38:15 -08:00
Nathan Rajlich
918d686521
Revert "add Slackin invite badge"
...
This reverts commit f46d67144d78a081c45a0d02cfec9da48b44e105.
2017-02-10 12:29:08 -08:00
Nathan Rajlich
f46d67144d
add Slackin invite badge
2017-02-10 12:28:39 -08:00
Andrew E. Rhyne
580a7a18b3
changed slackin url
2017-02-10 11:30:25 -08:00
Andrew E. Rhyne
9f33c9a8a8
added slackin
2017-02-10 11:24:08 -08:00
Andrew E. Rhyne
941653e333
release 2.6.1
2017-02-10 11:00:05 -08:00
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