Commit Graph

151 Commits

Author SHA1 Message Date
Linus Unnebäck
d8d1a8c14d Merge pull request #144 from graingert/patch-1
Document that babel-register already uses source-map-support
2016-07-21 00:16:32 +02:00
Thomas Grainger
1effda14e1 Document that babel-register already uses source-map-support
So you actuall don't need to use import 'source-map-support/register'
2016-07-20 13:04:09 +01:00
Linus Unnebäck
88db836311
0.4.2 2016-07-14 15:23:52 +02:00
Linus Unnebäck
c676a64fb2 Merge pull request #140 from niieani/patch-1
Use 'node' version when using Electron with nodeIntegration enabled
2016-07-14 15:23:28 +02:00
Bazyli Brzóska
f6427b9ec7 Use 'node' version when using Electron with nodeIntegration enabled 2016-07-04 09:45:04 +02:00
Linus Unnebäck
c1941852bf
version: 0.4.1 2016-06-29 09:09:53 +02:00
Linus Unnebäck
ab9b248442 Merge pull request #130 from Merott/native-callsite-wrap
return native code CallSite as is
2016-06-29 09:08:51 +02:00
Merott Movahedi
91c828e375 return native code CallSite as is 2016-04-05 21:08:10 +01:00
Linus Unnebäck
70c54a8ab6 version: 0.4.0 2015-11-30 07:08:47 +01:00
Linus Unnebäck
553e2da847 Merge pull request #96 from kpdecker/chained-retrieve
Allow for multiple install calls
2015-11-30 07:07:05 +01:00
kpdecker
b40cc2539e Allow for multiple install calls
This allows for multiple libraries to utilize this without stepping on each other’s toes.

This makes the retrieve helpers additive, giving priority to the last retrieve method registered. In the event of a miss, the next method is called up to and including the default behavior. The `overrideRetriveFile` and `overrideRetrieveSourceMap` flags are added if this behavior is not desired but this is something that most libraries should avoid to be good citizens.

Flagged behaviors will now be on if any of the install calls dictate that they would be.

Fix for #91
2015-10-30 13:36:14 -05:00
Julien Fontanet
793a35a2eb 0.3.3 2015-10-23 17:16:42 +02:00
Julien Fontanet
aeec1057ce Merge pull request #110 from evanw/julien-f-improve-readme-tests
Minor changes README#Tests.
2015-10-23 17:12:41 +02:00
Julien Fontanet
35e442db95 Merge pull request #111 from tugend/master
Support for forcing the mode (auto, browser or node) (fix #102)
2015-10-23 09:10:38 +02:00
mads
3c344dc996 Support for forcing the mode (auto, browser or node) (fix #102) 2015-10-22 18:33:55 +02:00
Julien Fontanet
ab6b4cf103 Add serve-test npm script. 2015-10-22 14:43:12 +02:00
Julien Fontanet
75d5016c1f Minor changes README#Tests. 2015-10-22 11:22:52 +02:00
Julien Fontanet
263ae33adf Merge pull request #109 from evanw/julien-f-fix-tests-node4
Fix tests for Node 4.
2015-10-21 09:24:38 +02:00
Julien Fontanet
fe9d870c51 Fix tests for Node 4. 2015-10-21 09:22:24 +02:00
Julien Fontanet
b2b029e852 Test on Node stable instead of iojs. 2015-10-21 09:22:11 +02:00
Julien Fontanet
6296f616ca Merge pull request #88 from Ravoltz/master
Change RegExp to be less greedy (Fixes #87).
2015-07-27 17:12:29 +02:00
Melvin Groenhoff
976b50fa65 Change RegExp to be less greedy (Fixes #87). 2015-07-27 17:06:00 +02:00
Evan Wallace
61e1237d15 update version for npm 2015-06-24 23:03:03 -07:00
Julien Fontanet
1e448d62fc Merge pull request #79 from LinusU/patch-3
Better check for `process.on()`.
2015-06-22 11:12:59 +02:00
Linus Unnebäck
93a7c8a22e check for process object 2015-06-22 11:09:42 +02:00
Julien Fontanet
7c21f3f3b0 Merge pull request #77 from LinusU/patch-2
Do not handle `uncaughtException` if there are other listeners
2015-06-17 16:42:44 +02:00
Linus Unnebäck
d557e580f6 mimic node more closely 2015-06-17 13:19:57 +02:00
Julien Fontanet
e0842b919b Merge pull request #76 from LinusU/patch-1
support charset in data url
2015-06-17 13:18:18 +02:00
Linus Unnebäck
b6a96e067e support charset in data url 2015-06-17 13:14:41 +02:00
Julien Fontanet
e0e8653cc8 Merge pull request #71 from evanw/julien-f-fix-lines
Fix lines on Node (fix #70).
2015-06-09 14:02:30 +02:00
Joe Esposito
359f0c140b Merge pull request #73 from raine/patch-1
use syntax highlighting in README
2015-06-05 16:26:48 -04:00
Raine Virta
ea263aeb60 use syntax highlighting in README 2015-06-05 21:37:30 +03:00
Julien Fontanet
21036a2e67 Fix lines on Node (fix #70). 2015-06-02 15:53:30 +02:00
Evan Wallace
d2a81fb29a update version for npm 2015-05-30 10:10:46 -07:00
Evan Wallace
51f86195f5 Merge pull request #67 from pspeter3/master
Adding path cleaning
2015-05-30 10:09:03 -07:00
Phips Peter
a97856ae4a Adding path cleaning
For some reason, some files will have a trailing new line for their
name. This code cleans up the path to no longer have the trailing space.
2015-05-29 00:07:39 -07:00
Evan Wallace
698b939600 update version for npm 2015-05-28 22:01:55 -07:00
Evan Wallace
48d173146c add a note about browserify-test 2015-05-28 21:58:41 -07:00
Evan Wallace
4bef4ec1d7 add testing instructions to the readme 2015-05-28 07:39:27 -07:00
Julien Fontanet
ce68c4af2d Merge pull request #56 from timoxley/response-code
Check for 200 response code.
2015-05-27 10:58:38 +02:00
Julien Fontanet
0c4a89af9d Fix tests on Node 0.12. 2015-05-26 10:41:04 +02:00
Julien Fontanet
00cba1988f Better fix for #36 (thanks @pspeter3). 2015-05-26 10:38:10 +02:00
Julien Fontanet
6f539e6854 Fix failing test due to #41. 2015-05-26 10:37:14 +02:00
Julien Fontanet
577ca52a5b Merge pull request #41 from joeyespo/remove-leading-newline
Remove leading newline in getErrorSource
2015-05-23 20:23:08 +02:00
Joe Esposito
49d64e7753 Remove leading newline from getErrorSource. 2015-05-23 14:21:45 -04:00
Julien Fontanet
d05c4800d0 Travis CI badge [skip ci] 2015-05-22 10:03:59 +02:00
Evan Wallace
54931e4c28 Fix invalid JSON added by @SimenB 2015-05-21 22:38:38 -07:00
Evan Wallace
0626f02a04 Merge pull request #62 from evanw/julien-f-travis-ci
Travis CI
2015-05-21 22:34:00 -07:00
Joe Esposito
bd6961334a Merge pull request #64 from SimenB/license
Use license in package.json
2015-05-19 16:44:59 -04:00
Simen Bekkhus
fad1947818 Use license in package.json 2015-05-19 22:37:43 +02:00