Nathan Rajlich
dc983db7d7
Merge pull request #224 from matthewmueller/patch-1
...
Easier browser instructions
2015-09-15 18:59:06 -07:00
Matthew Mueller
a142c3997c
Easier browser instructions
...
Learned this trick from @rauchg. much easier and doesn't require a globally exposed debug.
2015-09-15 17:02:39 -07:00
Nathan Rajlich
fefdae5fd1
Merge pull request #207 from kkirsche/patch-1
...
Remove moot `version` property from bower.json
2015-08-14 11:48:30 -07:00
Nathan Rajlich
a3b5ba8da9
Merge pull request #212 from bucaran/master
...
expose debug as default export
2015-08-14 11:48:02 -07:00
Jorge Bucaran
0b02d7c6c1
expose debug as default export
...
+ Similar to tj/co/blob/master/index.js
+ Allow to re-export debug from another module in ES6
2015-08-02 03:57:13 +09:00
Kevin Kirsche
37219b6075
Remove moot version property from bower.json
...
Per bower/bower.json-spec@a325da3
Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
2015-06-11 21:13:16 -04:00
Nathan Rajlich
b38458422b
Release 2.2.0
2.2.0
2015-05-10 00:21:15 -07:00
Nathan Rajlich
0f4fd585be
Merge pull request #202 from dougwilson/update-ms
...
update "ms" to v0.7.1
2015-05-09 12:17:03 -07:00
Douglas Christopher Wilson
adc2402a05
update "ms" to v0.7.1
2015-05-06 01:01:09 -04:00
Nathan Rajlich
6b3c3f04bf
Merge pull request #193 from DanielOchoa/update-readme
...
add logging to file example to readme
2015-04-02 08:18:03 -10:00
Daniel Ochoa
34e51db33f
add logging to file example to readme
2015-04-02 10:57:58 -05:00
Nathan Rajlich
8c97818ac1
Merge pull request #191 from amir-s/patch-1
...
Fixed a typo in README
2015-03-26 17:18:29 -07:00
Amir Saboury
77ed5d33bf
Fixed a typo in README
2015-03-26 20:08:22 -04:00
Nathan Rajlich
a9ad98829a
Merge pull request #190 from stephenmathieson/browser/expose-storage
...
browser: expose `storage`
2015-03-26 09:45:55 -07:00
Nathan Rajlich
9feaf475a4
Merge pull request #189 from stephenmathieson/fix/gh-162
...
Makefile: add a `distclean` target
2015-03-26 09:45:26 -07:00
Stephen Mathieson
a6e8154318
browser: expose storage
...
This patch allows overriding the default `storage` mechanism.
Closes #188 .
2015-03-26 12:36:51 -04:00
Stephen Mathieson
2de6469b5e
Makefile: add a distclean target
...
This patch prevents the `clean` target from removing node_modules and
adds a `distclean` target instead.
Fixes #162 .
2015-03-26 12:31:01 -04:00
Nathan Rajlich
0a8e4b7e0d
Release 2.1.3
2.1.3
2015-03-13 11:50:15 -07:00
Nathan Rajlich
115744197b
Merge pull request #183 from dmarcelino/182-color_bold
...
Issue #182 : replace high intensity foreground color for bold
2015-03-13 11:46:24 -07:00
Nathan Rajlich
5b613b3840
Merge pull request #186 from dmarcelino/181-stderr_stdout
...
181 stderr vs stdout
2015-03-13 11:44:13 -07:00
Dário
e48f3657a1
Updated stdout/stderr example
2015-03-13 17:34:10 +00:00
Dario Marcelino
9e61ecb64b
Updated example/stdout.js to match debug current behaviour
2015-03-13 17:30:11 +00:00
Dario Marcelino
05d9fa7f8c
Renamed example/stderr.js to stdout.js
2015-03-13 17:27:37 +00:00
Nathan Rajlich
105497d62c
Merge pull request #184 from mykwillis/patch-1
...
Update Readme.md
2015-03-03 17:23:43 -08:00
mykwillis
efd09cda04
Update Readme.md
...
one character typo
2015-03-03 20:14:21 -05:00
Dario Marcelino
92eaeede1a
Issue #182 : replace high intensity foreground color for bold
2015-03-02 13:03:33 +00:00
Nathan Rajlich
ef0b37817e
Release 2.1.2
2.1.2
2015-03-01 17:39:38 -08:00
Nathan Rajlich
37c32e15d1
History: normalize whitespace
2015-03-01 17:39:19 -08:00
Nathan Rajlich
4152176604
dist: recompile
2015-02-27 18:31:48 -08:00
Nathan Rajlich
1bf78dcf0d
package: update "browserify" to v9.0.3
2015-02-27 18:31:35 -08:00
Nathan Rajlich
171ec2d12b
update "ms" to v0.7.0
2015-02-27 18:30:20 -08:00
Anton Wilhelm
94071a2f06
component: fix "ms.js" repo location
...
Closes #176 .
Squashed commit of the following:
commit ae4d5f88497d7ce59f476e002ea9b703d3129159
Author: Anton Wilhelm <timaschew@users.noreply.github.com>
Date: Tue Feb 10 09:26:54 2015 +0100
revert bumping the version
commit 0689fb1fa035cbfddb71c19beb76160bd4f13875
Author: Anton Wilhelm <timaschew@users.noreply.github.com>
Date: Fri Jan 30 12:05:40 2015 +0100
update ms.js lib and bump debug
moved to https://github.com/rauchg/ms.js
2015-02-15 09:23:02 -08:00
Nathan Rajlich
7a35a6f24c
Merge pull request #174 from andrzejdus/master
...
changed bower package name
2015-01-25 11:35:54 -08:00
Nathan Rajlich
9272ee0470
Merge pull request #171 from gnaryak/master
...
Updated documentation about using debug in a browser
2015-01-25 11:00:17 -08:00
Andrzej Duś
b1a0f7711c
changed bower package name
2015-01-24 12:15:27 +01:00
Andrew Guldman
df9429927c
Updated documentation about using debug in a browser
2015-01-20 08:55:47 -07:00
Nathan Rajlich
2c384416fb
Merge pull request #168 from yields/fix/security-error
...
fix: security error on safari - closes #167
2015-01-13 13:03:05 -08:00
Amir Abushareb
988592b640
fix: security error on safari - closes #167
2015-01-07 11:16:55 +02:00
Nathan Rajlich
24cc5c04fc
Release 2.1.1
2.1.1
2014-12-29 13:48:58 -08:00
Nathan Rajlich
df3e0eabdb
browser: use typeof to check for console existence
...
It's a global, so we must check with typeof otherwise
an error will be thrown if `console` is undefined.
2014-12-29 13:43:38 -08:00
Nathan Rajlich
4fd6f3985e
Readme++
2014-12-29 13:28:12 -08:00
Nathan Rajlich
a98c283095
Merge pull request #143 from marmolejo/master
...
add support for chrome apps
2014-12-29 13:20:39 -08:00
Nathan Rajlich
85bd49974c
Merge pull request #149 from akaustel/master
...
Added windows usage remarks
2014-12-29 13:10:32 -08:00
Nathan Rajlich
055a60b05b
Merge pull request #141 from bright/bower_json
...
Add bower.json to properly support bower install
2014-12-29 13:09:21 -08:00
Nathan Rajlich
3a285bef04
Merge pull request #166 from mooyoul/ie8
...
browser: Fixed that no logs output on IE8/9
2014-12-29 13:08:42 -08:00
Moo Yeol, Lee (Prescott)
6af0b4d764
browser: check for console.log truthiness instead
...
Related to PR #166
2014-12-30 04:19:49 +09:00
Moo Yeol, Lee (Prescott)
4dce97e6db
browser: Fixed that no logs output on IE8/9
...
IE 8/9 reports console methods as objects when using the typeof operator.
https://web.archive.org/web/20111123190115/http://whattheheadsaid.com/2011/04/internet-explorer-9s-problematic-console-object
Closes #148 .
2014-12-30 02:25:34 +09:00
akaustel
7d6781517f
Added windows usage remarks
2014-10-24 11:28:14 +03:00
Zeus Gómez Marmolejo
3f97ec6f00
better checking for undefined value
2014-10-17 12:08:54 +02:00
Nathan Rajlich
953162b4fa
Release 2.1.0
2.1.0
2014-10-15 14:56:29 -07:00