Skip to content

v2.0.0

Choose a tag to compare

@torresdal torresdal released this 07 Oct 19:55

<a name"2.0.0">

2.0.0 (2017-10-07)

Features

  • change options to enable features instead of disable (5662e880)

Breaking Changes

  • Options changed in both names and behavor.

Before:

{
noDefaultMetrics: true,
noGcStats: true
}

After:

{
enableNodeMetrics: true,
enableGCMetrics: true
}

Note that before these was enabled by default. Now they are disabled by default.

(5662e880)