Commit Graph

42 Commits

Author SHA1 Message Date
Linus Unnebäck
313c03883e
0.4.6 2016-10-30 18:52:40 +01:00
Linus Unnebäck
bdea7fefc1
0.4.5 2016-10-18 08:52:39 +02:00
Linus Unnebäck
f8bc802e13
0.4.4 2016-10-16 13:54:19 +02:00
Linus Unnebäck
d091c9f966
0.4.3 2016-09-29 11:15:03 +02:00
Linus Unnebäck
7b73305cb2 Merge pull request #124 from tomhughes/source-map-update
Source map update
2016-09-29 11:14:25 +02:00
Linus Unnebäck
88db836311
0.4.2 2016-07-14 15:23:52 +02:00
Linus Unnebäck
c1941852bf
version: 0.4.1 2016-06-29 09:09:53 +02:00
Tom Hughes
9fd4c64920 Update source-map dependency
The tests have been adapted to account for changes that happened
between 0.1.32 and 0.1.33 so require 0.1.33 at least.
2016-01-24 23:01:46 +00:00
Linus Unnebäck
70c54a8ab6 version: 0.4.0 2015-11-30 07:08:47 +01:00
Julien Fontanet
793a35a2eb 0.3.3 2015-10-23 17:16:42 +02:00
Julien Fontanet
ab6b4cf103 Add serve-test npm script. 2015-10-22 14:43:12 +02:00
Evan Wallace
61e1237d15 update version for npm 2015-06-24 23:03:03 -07:00
Evan Wallace
d2a81fb29a update version for npm 2015-05-30 10:10:46 -07:00
Evan Wallace
698b939600 update version for npm 2015-05-28 22:01:55 -07:00
Evan Wallace
54931e4c28 Fix invalid JSON added by @SimenB 2015-05-21 22:38:38 -07:00
Simen Bekkhus
fad1947818 Use license in package.json 2015-05-19 22:37:43 +02:00
Julien Fontanet
6ba672e8b7 Add build npm script
Abstract the build process behind `npm run build`.

It is a good practice as it makes the transition to another build system easier.
2015-05-15 11:32:24 +02:00
Tim Oxley
3be2f01fa5 Remove hard-coded path to test executable.
Such paths are brittle, due to npm deduping, mocha is not guaranteed to
be at this location, it may be higher in the tree.

node_modules/.bin is added to the PATH env var for npm scripts so
"mocha" on its own is both shorter and will more robustly be able to
locate the mocha executable.
2015-05-13 16:32:37 +08:00
Evan Wallace
e1a092fe79 version bump for npm and build 2015-03-12 01:00:16 -07:00
Evan Wallace
4ed08eef4d version bump for npm (MIT license metadata) 2015-01-08 00:41:07 -08:00
Scott Weinstein
013286a117 Specify license type
in package.json for display in NPM registry
2015-01-07 09:28:49 -05:00
Evan Wallace
3b154ff43e work around a new V8 change breaking stuff by manually forwarding relevant member functions in the CallSite wrapper instead of using the prototype chain and by copy/pasting the toString() CallSite implementation (fixes #35) 2014-10-22 01:09:11 -07:00
Evan Wallace
636b1b28e4 version bump and build for npm, also test for SourceMap HTTP header 2014-07-03 08:41:06 -07:00
Evan Wallace
7e9bcdcba0 update build, dependencies, and version number for npm 2014-04-26 12:50:43 -07:00
Evan Wallace
e7b02406fd add AMD support for browsers, closes #23 2013-11-13 21:16:21 -08:00
Evan Wallace
bb81e8d380 version bump and build for npm 2013-11-10 13:19:41 -08:00
Jaime Pillora
a915490d74 added missing repo fields 2013-09-05 15:22:12 +10:00
Evan Wallace
a3008a2348 use the source-map module again now that it works with typescript 2013-08-21 18:08:13 -07:00
Evan Wallace
340839e9fa temporarily use my patched source-map library until Mozilla fixes theirs 2013-08-15 22:48:52 -07:00
Evan Wallace
2d3b8107bf cache source map data forever by default 2013-07-22 09:21:10 -07:00
Evan Wallace
70c343e4c4 browserify support, fixes #16 2013-07-21 13:47:26 -07:00
Evan Wallace
be0579d0e1 version bump for npm 2013-07-20 18:36:11 -07:00
David Glasser
28a91e1337 Update to source-map 0.1.26. 2013-07-17 11:28:32 -07:00
Evan Wallace
51db253332 update to new version of source-map library 2013-06-26 23:20:53 -07:00
Evan Wallace
2c7e1ce87a fixed data-url bugs and added tests, closes #14 2013-06-26 22:51:13 -07:00
Evan Wallace
1b4a71bc86 version bump for npm 2013-06-11 07:31:19 -04:00
Evan Wallace
d4cc314e57 version bump for npm 2013-05-04 11:10:22 -07:00
Evan Wallace
03703165e8 merge relative source path fix, bump version, fixes #4 2013-04-24 19:16:25 -07:00
Evan Wallace
12c838cd3f version bump for npm 2013-04-24 18:36:53 -07:00
Evan Wallace
18992a7be6 option to not install uncaught exception handler, fix for issue #3 2013-03-05 11:36:36 -08:00
Evan Wallace
9484e8ec05 version bump and description for npm 2013-03-04 17:46:16 -08:00
Evan Wallace
c50758519f initial commit 2013-01-17 23:56:20 -08:00