Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for io.js #2

Merged
merged 3 commits into from
Jul 28, 2015
Merged

Support for io.js #2

merged 3 commits into from
Jul 28, 2015

Commits on Jun 30, 2015

  1. Adjust regex pattern for match file names in Gecko-style traces

    The pattern for Gecko-style traces can match both URLs that start with a protocol and also local file paths when running scripts in JavaScriptCore. Allow files to start with any non-space character which covers periods, hyphens, and underscores for example.
    ide committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    ba97698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e32d48a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Add .travis.yml file for automatic test runs

    Run on Node 0.10 and 0.12 and io.js 1.x and 2.x.
    ide committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    6f9aa3e View commit details
    Browse the repository at this point in the history