Skip to content

Releases: dnlup/doc

3.1.0

11 Jan 13:29
v3.1.0
9ed2a73
Compare
Choose a tag to compare

Features

3.0.3

10 Nov 07:00
v3.0.3
ef03af8
Compare
Choose a tag to compare
v3.0.3

chore(release): 3.0.3

3.0.2

28 Oct 11:04
v3.0.2
5af74ac
Compare
Choose a tag to compare
v3.0.2

chore(release): 3.0.2

3.0.1

23 Oct 20:02
v3.0.1
3a006ec
Compare
Choose a tag to compare
v3.0.1

chore(release): 3.0.1

3.0.0

23 Oct 19:41
v3.0.0
8c7e2e4
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • config: message errors and instances are changed.

Features

  • sampler: add event loop utilization metric (43243db)
  • sampler: add resourceUsage metric (f83c1e8)
  • types: add resourceUsage types (4e1e01c)
  • types: use NodeJS types where possible (b7148f1)

Bug Fixes

  • config: drop ajv-cli and build step (b143d15)

2.0.2

11 Oct 19:00
Compare
Choose a tag to compare

Bug Fixes

2.0.1

03 Oct 16:50
Compare
Choose a tag to compare

Bug Fixes

  • sampler: pass options from kOptions (90fddd7)

2.0.0

22 Sep 15:06
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • the exported class is named Sampler and not Doc anymore
  • types: types are not accessible using Doc. notation.
    DocInstance has been renamed to Doc and declared as a class.
  • gc: the metric is not exposed to the event handler anymore,
    but it is attached directly to the Doc instance.
  • eventLoopDelay: the eventLoopDelay metric is not exposed anymore to the
    event handler, but it is attached to the Doc instance.
  • cpu: the cpu metric is not exposed anymore to the
    event handler, but it is attached to the Doc instance. The event name is
    changed from data to sample.

Features

  • eventLoopDelay: expose compute method (928670f)
  • attach remaining metrics and add start options (a5945cd)
  • config: add JSON schema validator (4efdedd)
  • config: allow selection of metrics to collect (89619a0)
  • cpu: attach cpu state to doc instance (479e095)
  • eventLoopDelay: attach object to doc instance (85d7b20)
  • gc: attach metric to doc instance (ac516d9)
  • add activeHandles metric (59d0710)
  • add activeHandles metric (1676e68)
  • improve gc metric (ea77ea7)

Bug Fixes

  • eventLoopDelay: use Symbol for sample method (d4021e0)

  • gc: use symbols for GCAggregatedEntry methods (356b37a)

  • lib: fix wrong name used for options symbol (865ba82)

  • sampler: exit if timer is initialized on start (408b1b3)

  • types: remove undefined from gc stats (289d252)

  • types: use camel case for enum and use jsdoc (f90bd60)

  • rename Doc to Sampler and move it to lib (2ed25ab)

  • types: remove Doc namespace (4a3ecc2)

v1.2.0-0

03 Jul 05:12
Compare
Choose a tag to compare
v1.2.0-0 Pre-release
Pre-release

1.2.0-0 (2020-07-03)

Features

  • use PerformanceObserver for gc stats (fae15d2)

Bug Fixes

  • gc types are number | undefined (fae1cf4)
  • split gc into separate file to make testing easier (fae108f)

v1.1.0

30 Jun 06:07
Compare
Choose a tag to compare

1.1.0 (2020-06-30)

Features

  • add TypeScript typings file (fae1f3b)

Bug Fixes

  • include typings file when published (fae1012)