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: siimon/prom-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.0
Choose a base ref
...
head repository: siimon/prom-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Sep 4, 2017

  1. Configuration menu
    Copy the full SHA
    4539f5d View commit details
    Browse the repository at this point in the history
  2. Format changes in changelog

    siimon committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    5bcfb5f View commit details
    Browse the repository at this point in the history
  3. Update links in changelog

    SimenB authored Sep 4, 2017
    Configuration menu
    Copy the full SHA
    1ec8306 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Bugfix - cannot get cluster info in node version < 6 (#153)

    The cluser.on('message') function doesn't have the worker as the first
    argument in node < 6. To do this, the official way is to check the number of
    arguments received. However, because this is using a fat arrow function (() => {}),
    the variable `arguments` is hoisted outside the scope so the actual arguments
    has a length of 5.
    
    This is best demonstrated by viewing this Babel snippet - http://bit.ly/2wbApcb
    mrsimonemms authored and siimon committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    ba93b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Bugfix - update TypeScript definitions (#154)

    * add missing contentType field to Registry class
     * interval is incorrect, timeout is the correct field
     * various jsdoc fixes
     * update to latest TypeScript compiler
     * update changelog
    timrs2998 authored and SimenB committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    2d35627 View commit details
    Browse the repository at this point in the history
  2. Update changelog for 10.1.1

    SimenB committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    40d1318 View commit details
    Browse the repository at this point in the history
  3. 10.1.1

    SimenB committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    426941f View commit details
    Browse the repository at this point in the history
Loading