Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

84 lines (52 loc) · 3.39 KB

2.5.4 (2024-11-13)

Bug Fixes

  • include types/readable-stream as a dependency (#111) (7a4f9d4)

2.5.3 (2024-07-29)

Bug Fixes

  • correct the BaseMetricsOptions value for inc (#102) (89cb0a8)

Changelog

Notable changes to this project.

The latest version of this document is always available in releases.

2.5.2 - 2023-09-19

  • Fixed type information - #78

2.4.1 - 2019-03-08

  • Updated time-span dependency - #25

2.4.0 - 2019-03-07

  • Remove redundant (and wrongly) set of source property - #24
  • Guard against MaxListenersExceededWarning when large amount of streams is piped - #23
  • Updated dependencies - #22
  • Fix code example in documentation - #21

2.3.1 - 2019-02-07

  • Updated @metrics/metric to version 2.3.1

2.3.0 - 2019-01-21

  • Added Counter, Gauge, Summary and Histogram classes
  • Updated @metrics/metric to version 2.3.0

2.2.0 - 2018-12-27

  • Fixed an issue where value was the number 0 would yeld null #14
  • Updated readable-stream to version 3.11.0 #15

2.1.1 - 2018-12-17

  • Updated readable-stream to version 3.10.0 #11

2.1.0 - 2018-12-12

  • Removed redudant documentation #8
  • Use airbnb eslint #9

2.0.0 - 2018-12-11

  • Updated readable-stream to version 3.x.x.
  • Added drop event.
  • Added safequard against circular piping.
  • Removed buffer argument from the constructor. Uses default steam backpreassure mechanisme instead.
  • Made it possible to name a instance of the client through a id argument on the constructor.
  • Moved tests off Jest to Tap.

1.0.0 - 2018-xx-xx

  • Initial release.