Skip to content

Latest commit

 

History

History
310 lines (149 loc) · 12.5 KB

File metadata and controls

310 lines (149 loc) · 12.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.34 (2025-08-13)

0.3.33 (2025-08-13)

Features

  • add thenSet、thenImmediateSet、thenOnceSet methods to Observable and Stream classes (f6937d7)

Bug Fixes

  • update type definitions for onFulfilled in then methods of Observable class (7ae395e)

0.3.32 (2025-08-10)

Features

  • add skipUntil operator (16dbfc9)
  • implement _getRootPlugin method and enhance audit operator to inherit plugins (f0f7929)
  • init combine and concat (1a7113f)

Bug Fixes

  • add optional chaining for _getProtectedProperty (c251523)
  • prevent registration of callbacks after unsubscription (d6611d8)

0.3.31 (2025-08-09)

0.3.30 (2025-08-09)

Features

  • add set operator for updating observable values (9812ea1)
  • enhance Stream constructor to accept PromiseLike values (a6ddcf2)

0.3.29 (2025-08-09)

Features

  • add map operator for transforming observable values (a58a6a5)

0.3.28 (2025-08-07)

Features

  • optimize observable node handle throw error (5169147)

0.3.27 (2025-08-05)

Features

  • remove Stream and ObservabDle extend type (22b2c50)

0.3.26 (2025-08-04)

Features

  • add afterSetValue callback functionality to Observable (b2a73d5)
  • make stream or observable value readonly (7b16107)

0.3.25 (2025-08-04)

Features

  • extend Stream and Observable type (6772c89)

0.3.24 (2025-08-03)

0.3.23 (2025-08-01)

Features

  • debugAll add condition params (c786d6b)

0.3.22 (2025-07-30)

Features

  • add fluth global factory (f6fef94)

0.3.21 (2025-07-30)

Features

0.3.20 (2025-07-29)

Features

  • optimize observable node reject process (0dc7264)
  • optimize Stream type (8a650cc)

0.3.19 (2025-07-29)

Features

  • support promiseLike Observable node (2a23325)

0.3.18 (2025-07-29)

Features

  • consoleAll add ignoreUndefined params (e28f16f)

0.3.17 (2025-07-26)

Bug Fixes

  • debounce not work after emit (f82aa3b)

0.3.16 (2025-07-20)

Features

  • enhance observable unsubscribe (f6bf0b1)
  • optimization promiseAll and promiseRace operator (b8f5d61)
  • update concat merge partition operator boundary processing (0746204)

0.3.15 (2025-07-13)

Features

  • add cleanFlag for observable (ab58252)
  • add shouldAwait params for buffer and audit (b13245f)
  • optimization finish and combine operator (cef4ba2)
  • remove get and change to operator (1ebdc9b)

0.3.14 (2025-07-10)

Features

  • add params for consoleAll plugin and improve consoleAll logic (0ed734b)

0.3.13 (2025-07-09)

Features

0.3.12 (2025-07-06)

0.3.11 (2025-07-06)

Bug Fixes

  • debugNode plugin not work (e3a9703)

0.3.10 (2025-07-03)

Features

  • debugNode add condition params (590669a)
  • export all types (c59a749)
  • promiseAll operator no emit when status is pending (b9db4a0)

0.3.9 (2025-07-02)

Features

0.3.8 (2025-07-02)

Features

  • promiseAll operator no emit when status is pending (b9db4a0)

0.3.7 (2025-07-02)

Bug Fixes

0.3.6 (2025-07-02)

Bug Fixes

0.3.5 (2025-07-02)

Features

  • add consoleAll plugin (c6a98a5)
  • add debugNode and debugAll plugin (c988a24)
  • modify consoleExec to consoleNode and add custom console prefix (7c30266)

0.3.4 (2025-07-02)

Bug Fixes

  • stream init value incorrect (cd2f4a0)

0.3.3 (2025-07-01)

Features

0.3.2 (2025-07-01)

0.3.1 (2025-07-01)

Features

  • add thenAll and executeAll plugin capability (e5db289)

0.3.0 (2025-06-29)

Features

  • add default onFulfilled and onRejected (d3d6a42)
  • add promiseAll operator and offUnsubscribe offComplete methods (96f7daa)
  • change operator with pipe (551db74)
  • execute plugin add required parameters (b63200e)
  • remove skip to plugin (eae431d)

Bug Fixes

  • chainPlugin may cause redefineProperty probleam (22ce787)

0.2.0 (2025-06-21)

Features

  • add promiseAll operator and offUnsubscribe offComplete methods (96f7daa)

Bug Fixes

  • chainPlugin may cause redefineProperty probleam (22ce787)

0.1.0 (2025-05-27)

Features

0.0.6 (2024-11-23)

Features

0.0.5 (2024-11-19)

Bug Fixes

0.0.4 (2024-11-18)

Features

0.0.3 (2024-11-18)

Bug Fixes

0.0.2 (2024-11-18)

Features

0.0.1 (2024-10-19)

Features