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: istanbuljs/nyc
base: adb310ca9e6196b67e044dc6e3b6c855b47a9beb
Choose a base ref
...
head repository: istanbuljs/nyc
compare: 9f9a1df1979409220e32328af3667111ea64c8eb
Choose a head ref
  • 18 commits
  • 23 files changed
  • 6 contributors

Commits on Jun 5, 2018

  1. fix: source was being instrumented twice, due to upstream fix in ista… (

    #853)
    
    BREAKING CHANGE: --hook-run-in-context, and --hook-run-in-this-context are no longer true by default (they should be enabled if you're using a library like requirejs).
    bcoe committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d0f654c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. chore: update dependencies (#855)

    coreyfarrell authored and bcoe committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    f09cf02 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. feat: allow rows with 100% statement, branch, and function coverage t…

    …o be skipped in text report (#859)
    bcoe committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    893345a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d98a5 View commit details
    Browse the repository at this point in the history
  3. chore(release): 13.0.0

    Benjamin committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    a5818f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. chore: update dependencies (#866)

    LinusU authored and bcoe committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    624a723 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. fix: Update caching-transform options. (#873)

    When updating caching--transform it was missed that the `hash` option
    has been refactored.  This means that two files with identical contents
    would be treated as identical.
    coreyfarrell authored and bcoe committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    52b69ef View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. chore: update dependencies (#872)

    LinusU authored and coreyfarrell committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    8ab1ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    7483ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c325799 View commit details
    Browse the repository at this point in the history
  3. fix: add flag to allow control of intrumenter esModules option, defau…

    …lt to looser parsing (#863)
    coreyfarrell authored and bcoe committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6b6cd5e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. fix: Enable es-modules by default. (#889)

    A previous fix for #796 added an es-modules option and set it false by
    default.  This default was a change of behavior in NYC as previously all
    sources were parsed as ES modules by the instrumenter.  I believe the
    old behavior is the correct default because it allows NYC to work with
    modern code.  Code which uses certain features which violate strict mode
    will have to disable es-modules.  This will not effect ES5 which follows
    the rules of 'use strict'.
    coreyfarrell committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    d0b76e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    ae5318b View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.0.1

    coreyfarrell committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    4a6b327 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. feat: Rename --temp-directory option to --temp-dir (#897)

    * Rename --temp-directory option to --temp-dir
    * Add -t alias
    
    Deprecates the option name --temp-directory in favour of --temp-dir
    --temp-directory has been demoted to a yargs alias of --temp-dir
    This change makes the option naming consistent using the form --*-dir
    AndrewFinlay authored and coreyfarrell committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    ccf42df View commit details
    Browse the repository at this point in the history
  2. chore: Update language of ISSUE_TEMPLATE. (#901)

    Ask for link to repository first, add text explaining the importance of
    linking a repository that demonstrates the bug.
    coreyfarrell committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3b95858 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. feat: Bump dependencies. (#915)

    This causes nyc to use final release of babel 7.
    coreyfarrell committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    0b3d2cf View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.1.0

    coreyfarrell committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    9f9a1df View commit details
    Browse the repository at this point in the history