Skip to content

Releases: CeeblueTV/web-utils

v3.2.1

26 Feb 11:53
Compare
Choose a tag to compare

3.2.1 (2025-02-26)

Bug Fixes

  • UIMetrics: stop to delete stats, display what is displayable without impact metrics (e8e1f6a)

v3.2.0

26 Feb 08:54
Compare
Choose a tag to compare

3.2.0 (2025-02-26)

Features

  • BinaryWriter: improve BinaryWriter::write method to accept multiple binary types (db34a6f)

v3.1.0

20 Feb 10:52
Compare
Choose a tag to compare

3.1.0 (2025-02-20)

Bug Fixes

  • connect: remove correctly from mediaExt the possible '.' prefix (3dc2e6c)
  • EventEmitter: change AbortController to options{AbortSignal} to be compatible with standard (af4562b)

Features

  • add UIMetrics.ts generc component (d7826c7)
  • ByteRate: rewrite ByteRate class to get precision and advanced features like clipping (affe8bb)

v3.0.0

16 Dec 08:58
Compare
Choose a tag to compare

3.0.0 (2024-12-16)

Bug Fixes

  • BitReader: replace a console.warn usage by our log engine (68a9485)
  • log: change 'debug' switch by a strict url startsWith 'debug!' to avoid customer param conflict (aa65155)
  • Util: must return an any object to be usable (e0b8a87)
  • Util: stringify did not display an empty object correctly (76c7dcd)

Code Refactoring

  • Log: fix a Verbose log issue and enhance Log API (3060b2d)

BREAKING CHANGES

  • Log: LogType renamed to LogLevel

Refs: ENG-863

v2.6.1

22 Nov 15:25
Compare
Choose a tag to compare

2.6.1 (2024-11-22)

Bug Fixes

  • EpochTime: fix in decodeTime black/white tolerance interpretation (7f3213d)

v2.6.0

22 Oct 13:26
Compare
Choose a tag to compare

2.6.0 (2024-10-22)

Features

  • add EpochTime util feature (1f6a508)

v2.5.0

10 Oct 07:57
Compare
Choose a tag to compare

2.5.0 (2024-10-10)

Bug Fixes

  • util: use the http-status field if nothing else is invalid for the error (c8543df)
  • wrts: some errors of wrts url building (3de3dfc)

Features

  • util: add a getBaseFile function (3340ed7)

v2.4.1

25 Sep 16:39
Compare
Choose a tag to compare

2.4.1 (2024-09-25)

Bug Fixes

  • WebSocketReliable: display the error in the event to avoid redundant log in close-chained calls (96ddebf)

v2.4.0

24 Sep 14:23
Compare
Choose a tag to compare

2.4.0 (2024-09-24)

Bug Fixes

  • logs: was a crash when log.on was not defined (d214af4)

Features

  • implement the onError pattern in WebSocketReliable (0d59add)
  • logs: 3th proposition of a log system (d54a6e2)
  • WebSocketReliable: add a type for errors to distinguish it when combination of errors (5fe0726)
  • WebSocketReliable: rename 'detail' to 'reason' attribute and improve comments (ba5d7ad)

v2.3.0

30 Aug 08:27
Compare
Choose a tag to compare

2.3.0 (2024-08-30)

Features

  • Connect: add a mediaExt optional field (3b269a0)
  • Util: add efficient trim string functions with chars customizable (5462bcd)
  • Util: add getExtension and getFile util methods to parse path (1525e63)