121 Commits

Author SHA1 Message Date
Nathan Rajlich
d05b468ee2 browser: , -> . 2014-05-30 00:18:08 -07:00
Nathan Rajlich
0c6d452292 node: apply log to console
Not necessary, just seems more "proper"
2014-05-30 00:15:29 -07:00
Nathan Rajlich
2cffe24185 rewrite: abstract common logic for Node & browsers 2014-05-30 00:10:10 -07:00
Nathan Rajlich
45010b65d0 add .jshintrc file 2014-05-30 00:07:15 -07:00
Nathan Rajlich
0269707d06 component: fix mismatching version number
The `component.json` file is at v0.8.1 currently.
2014-05-28 21:40:31 -07:00
TJ Holowaychuk
09a93468b0 Release 0.8.1 0.8.1 2014-04-14 19:04:38 -07:00
TJ Holowaychuk
192441f55b Merge pull request #86 from TooTallNate/update/add-component-section-to-package.json
package: re-add the "component" section
2014-04-14 19:03:47 -07:00
Nathan Rajlich
e289c89b21 package: re-add the "component" section
Was inadvertently removed in a1cf28776451b58f322519ede9f9c0076cac1345.

The "component" section is only used by legacy build systems at this
point, but removing this broke our Cloudup build when we tried to
update to v0.8.0 of `debug`. Adding it back for v0.8.1 so that
we can upgrade again.
2014-04-14 18:00:26 -07:00
TJ Holowaychuk
2109329b39 Release 0.8.0 0.8.0 2014-03-30 09:00:15 -07:00
TJ Holowaychuk
491eea3b33 change from stderr to stdout 2014-03-30 08:59:20 -07:00
TJ Holowaychuk
db73b661fd refactor 2014-03-30 08:56:39 -07:00
TJ Holowaychuk
bb0b7bb026 Merge pull request #82 from inca/master
Exposing enable() method for Node.js to address #27
2014-03-30 08:56:00 -07:00
TJ Holowaychuk
1440eebd78 Merge pull request #84 from bnoordhuis/fix-readme
Readme.md: fix inadvertent markdown italicization
2014-03-21 08:02:28 -07:00
Ben Noordhuis
06830e88da Readme.md: fix inadvertent markdown italicization
Escape a * that made GitHub's markdown parser italicize the paragraph.
2014-03-21 13:02:04 +01:00
Boris Okunskiy
2e992a0cda Exposing enable() method for Node.js to address #27 2014-03-14 11:57:16 +04:00
TJ Holowaychuk
425ad5b6c7 Merge pull request #79 from jonathanong/remove-index
remove unnecessary index.js file
2014-02-10 17:20:29 -08:00
Jonathan Ong
a1cf287764 remove unnecessary index.js file 2014-02-06 15:12:17 -08:00
TJ Holowaychuk
8068c0983c Merge pull request #75 from HaykoKoryun/patch-1
updated .npmignore
2013-12-23 10:39:05 -08:00
Hayko Koryun
aca9f15e60 updated .npmignore
updated `.npmignore` to additionally ignore the new `example` folder (looks like you renamed it from examples though).
2013-12-23 03:59:36 -08:00
TJ Holowaychuk
f877623fce Release 0.7.4 0.7.4 2013-11-13 09:13:58 -08:00
TJ Holowaychuk
1eac0c0006 Merge pull request #68 from timoxley/bug/browserify-broken
Remove "browserify" key from package.json.
2013-11-05 11:35:51 -08:00
Tim
535a5aeb64 Remove "browserify" key from package.json.
Not sure how this ever worked as this key is for specifying which
transforms to apply, doesn't make any sense haha.
2013-11-05 14:57:06 +08:00
TJ Holowaychuk
cc9bbb1489 Release 0.7.3 0.7.3 2013-10-30 17:51:27 -07:00
TJ Holowaychuk
cfd9c65469 Merge pull request #49 from kewah/master
Catch localStorage security error when cookies are blocked (Chrome)
2013-08-09 03:31:31 -07:00
TJ Holowaychuk
5fb950a3cb Merge pull request #55 from sindresorhus/patch-1
Explicitly define which files that are included in the npm package
2013-08-09 03:25:33 -07:00
TJ Holowaychuk
8a913582ea Merge pull request #57 from es128/patch-1
Clarify use of stderr vs stdout in README
2013-07-26 09:23:56 -07:00
Elan Shanker
0a1c6aa301 Clarify use of stderr vs stdout
Resolves #56
2013-07-25 16:19:08 -04:00
Sindre Sorhus
25985295be Explicitly define which files that are included in the npm package 2013-07-20 13:37:30 +02:00
Antoine Lehurt
bb21abf651 Catch localStorage security error when cookies are blocked (Chrome)
If cookies are disabled on Chrome, `window.localStorage` throws an error
`Uncaught Error: SecurityError: DOM Exception 18`
2013-05-29 11:13:53 +02:00
TJ Holowaychuk
f4c8e1ea6c add .message error fallback 2013-04-16 07:09:48 -07:00
TJ Holowaychuk
7793512aef add Makefile 2013-04-16 07:02:13 -07:00
TJ Holowaychuk
ae9f6d3363 fix browser example 2013-04-16 07:00:23 -07:00
TJ Holowaychuk
d9f1005c7e ignore ./build 2013-04-16 06:59:43 -07:00
TJ Holowaychuk
97a362f7d0 add debug(err) support. Closes #46 2013-04-16 06:54:38 -07:00
TJ Holowaychuk
b5c893d308 add .browser prop to package.json. Closes #42 2013-02-13 15:25:13 -08:00
TJ Holowaychuk
ef10c15687 Release 0.7.2 0.7.2 2013-02-06 15:41:58 -08:00
TJ Holowaychuk
f730c904d3 fix package.json 2013-02-06 15:41:27 -08:00
TJ Holowaychuk
12c4ed370b Merge pull request #37 from letharion/master
Use unicode to send escape character to shell instead of octal to work with strict mode
2013-02-06 13:58:17 -08:00
TJ Holowaychuk
850a3e7764 Merge pull request #38 from slaskis/patch-1
Mobile Safari (private mode) is broken with debug
2013-02-06 13:57:39 -08:00
TJ Holowaychuk
43fe05da0e Release 0.7.1 0.7.1 2013-02-05 08:52:47 -08:00
Robert Sköld
83aaaac519 Mobile Safari (private mode) is broken with debug
Mobile Safari has a dumb feature where it goes ahead and throws an exception when trying to access the localStorage in private mode.  

Other people with the same issue: 
http://meta.stackoverflow.com/questions/123116/safari-5-1-2-log-in-doesnt-work  

Simply wrapping the local storage access in a try/catch should do the trick...
2013-01-31 17:48:20 +01:00
Letharion
b73d1285b2 Use unicode to send escape character to shell instead of octal to work with strict mode javascript 2013-01-14 20:55:50 +01:00
TJ Holowaychuk
73936c4ddf Merge pull request #34 from gjohnson/master
clarify usage
2013-01-05 11:52:47 -08:00
Garrett Johnson
51140942f0 clarify usage in readme 2013-01-05 14:46:16 -05:00
TJ Holowaychuk
78106ccba5 Merge pull request #33 from dvicory/patch-1
Add repository URL to package.json
2012-12-18 19:05:41 -08:00
Daniel Vicory
fcf37019b1 Add repository URL to package.json 2012-12-18 18:57:21 -08:00
TJ Holowaychuk
cd0aec9e91 fix component. Closes #24 2012-10-10 15:49:00 -07:00
TJ Holowaychuk
b0b09bb509 refactor inverted if-stat 2012-10-10 12:49:31 -07:00
TJ Holowaychuk
fd25e00158 Merge pull request #22 from slaskis/master
Adapted to new component spec
2012-10-10 12:47:08 -07:00
Robert Sköld
47163b4a4f Removed misspelled component.js 2012-10-10 21:42:54 +02:00