Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: karma-runner/karma Loading
base: v1.1.0
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v1.1.1
Choose a head ref
  • 14 commits
  • 25 files changed
  • 5 contributors

Commits on Jun 26, 2016

  1. feat: deprecate helper._

    In preperation of upgrading to lodash@4 the internally exposed helper._ is deprecated.
    
    Ref #1812
    dignifiedquire committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    5c6b151 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. fix(reporter): remove console.log

    This was introduced by d1f924c
    hpurmann committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    b4e3694 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2206 from actano/remove_console_log

    Remove console.log
    dignifiedquire committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    c67a7d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. chore(license): update year

    - Update year to 2016
    wesleycho committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    01b6400 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2215 from wesleycho/chore/copyright

    chore(license): update year
    dignifiedquire committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    b93b9cc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. fix(reporter): inject correct config option

    * 'config.browserLogOptions' -> 'config.browserConsoleLogOptions'
    Andreas Krummsdorf committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    80bd726 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2220 from 4kochi/master

    fix(reporter): inject correct config option
    dignifiedquire committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    9b7cb64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c894f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. feat(config): add support for TypeScript

    - Add TypeScript support for `karma.conf.ts`
    wesleycho committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    6445310 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Merge pull request #2224 from wesleycho/feat/typescript

    feat(config): add support for TypeScript
    dignifiedquire committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    43dccd1 View commit details
    Browse the repository at this point in the history
  2. fix: Add crossorigin attribute to script HTML tags

    The Problem:
    When an error occurs in a script that is not served by the
    default server spawned by karma, the stack trace gets lost and
    only the message "Script Error" is captured and reported back.
    This makes it hard to pin-point where the error originated from.
    
    The Solution:
    Add "crossorigin" attribute to generated script tags.
    
    Solution is inspired by this article:
    https://blog.getsentry.com/2016/05/17/what-is-script-error.html
    
    Other:
    Update middleware unit test
    pardoman authored and Federico Medina committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    5690ffe View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Merge pull request #2219 from pardoman/crossorigin-anonymous

    fix: Add crossorigin attribute to script HTML tags
    dignifiedquire committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    49a1449 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    6bc3e8b View commit details
    Browse the repository at this point in the history
  2. chore: release v1.1.1

    dignifiedquire committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    e068fd2 View commit details
    Browse the repository at this point in the history
Loading