Skip to content

@rxjs-collection/operators-v1.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 14:56
· 86 commits to beta since this release

@rxjs-collection/operators-v1.2.0-beta.1 (2025-09-05)

Bug Fixes

  • interceptTransfer: rename reworkers to operators (36bd4ea)
  • json: enhance Symbol handling in serialization and deserialization (0d9a51e)
  • json: improve ISO date string validation logic (aaf9914)
  • json: remove duplicate RegExp handler in syncReplacer (68a1317)
  • json: replace concatMap with mergeMap for improved data handling (e4ace79)
  • json: skip default test and improve ISO date validation logic (94784d7)
  • json: update BigInt handling in replacer and reviver (427cc44)
  • json: update traverseInstructions to handle undefined constructor cases (5dcaad5)
  • operators: refactored request workflow and tests (b1559aa)
  • operators: request optim (8215cd6)
  • operators: request optimization (f515a50)
  • request: added stats parameter definition (683164c)
  • request: added stats test and optimized stats (9c3668e)
  • request: refactored stream to transfer (ba876c2)
  • request: renamed vars (af0dbb8)
  • request: updated request stats observables (8c666a7)
  • test: adjust date initialization to use UTC for consistency (b777cdc)
  • transfer: optimized stats workflow (5ca78e4)
  • unit-test: updated operator tests (05ab39b)

Features

  • json: add demo test for requestJSON with user posts and todos resolution (a685ce2)
  • json: add RegExp handling in replacer and reviver (0fe6257)
  • json: add support for Symbol serialization and deserialization (1fb4435)
  • json: add sync-promise-js dependency and mock implementation for Promise (f660406)
  • operators: add JSON serialization and deserialization utilities (279426f)