v2.0.0
<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)