Releases: CeeblueTV/web-utils
Releases · CeeblueTV/web-utils
v2.2.1
2.2.1 (2024-06-06)
Bug Fixes
- connect: fix extension parsing while build url (87a21c9)
v2.2.0
2.2.0 (2024-05-30)
Features
- util: add a function to compare any object simple or complexe (22cedfe)
v2.1.0
2.1.0 (2024-05-21)
Bug Fixes
- Util: make working correcly noBin parameter in stringify (6a6a74b)
- WebSocketReliab: add a missing space in disconnection error (4c73b25)
Features
- WebSocketReliable: allow an unrecoverable issue detection for reconnection decision (dca2928)
v2.0.1
2.0.1 (2024-05-06)
Bug Fixes
- Util: make working correcly noBin parameter in stringify (#6) (82075e9)
v2.0.0
2.0.0 (2024-04-26)
Code Refactoring
- Connect: rename parameter host to endPoint in Connect.Params (a540d40)
BREAKING CHANGES
- Connect: use params.endPoint rather params.host in Connect.Params
v1.4.1
1.4.1 (2024-04-22)
Bug Fixes
- BitReader: export readExpGolomb function as BitReader member (11fce70)
v1.4.0
1.4.0 (2024-04-19)
Features
- export new features FixMap and ByteRate (18eb83d)
v1.3.0
1.3.0 (2024-04-19)
Bug Fixes
- BinaryWriter: add missing _encoder variable (13dde2f)
- Connect: Make buildURL robust to streamName without extension (16c5ade)
- Connect: string Type in a human readable format (09ad4aa)
- EventEmitter: remove properly the event listeners (df088f3)
- Util.ts: add a fetch utility function (e05b5e2)
- Util.ts: make working recursivity of stringify (74b0b6a)
- Util: stringify correctly boolean (1960429)
Features
- ByteRate: add a ByteRate class utility (aa44bb5)
- FixMap: add a FixMap class utility (7d3d9e9)
- Util.ts: add a noBin parameter to stringify (c31fa9f)
- Util.ts: add a parseExtension function (9702f65)
- Util.ts: add a sleep utility function (674129c)
- WebSocket: add recvByteRate/sendByteRate infos (d6ca008)
v1.2.0
1.2.0 (2024-03-25)
Bug Fixes
- Util.ts: fix stringify when object is the number 0 (d743b60)
Features
- index.ts: add version to the index (296f523)
v1.1.0
1.1.0 (2024-02-26)
Features