Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
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: codeclimate/javascript-test-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: codeclimate/javascript-test-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 2017

  1. Upgrade request package

    Aurélien Ooms authored and dblandin committed Mar 14, 2017
    2 Configuration menu
    Copy the full SHA
    97f1ff2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Update engines depedency to node >= 4

    The requests package dropped support for node < 4 in
    [v2.75.0](https://github.com/request/request/blob/master/CHANGELOG.md#v2750-20160917).
    
    Since we rely on the requests package within this test reporter, our own
    engines dependency should match.
    dblandin committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    d936a62 View commit details
    Browse the repository at this point in the history
  2. Release v0.5.0

    - Drops support for Node < 4
    dblandin committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    9fc86ba View commit details
    Browse the repository at this point in the history
Loading