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)
- add thenSet、thenImmediateSet、thenOnceSet methods to Observable and Stream classes (f6937d7)
- update type definitions for onFulfilled in then methods of Observable class (7ae395e)
0.3.32 (2025-08-10)
- add skipUntil operator (16dbfc9)
- implement _getRootPlugin method and enhance audit operator to inherit plugins (f0f7929)
- init combine and concat (1a7113f)
- 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)
- add set operator for updating observable values (9812ea1)
- enhance Stream constructor to accept PromiseLike values (a6ddcf2)
0.3.29 (2025-08-09)
- add map operator for transforming observable values (a58a6a5)
0.3.28 (2025-08-07)
- optimize observable node handle throw error (5169147)
0.3.27 (2025-08-05)
- remove Stream and ObservabDle extend type (22b2c50)
0.3.26 (2025-08-04)
- add afterSetValue callback functionality to Observable (b2a73d5)
- make stream or observable value readonly (7b16107)
0.3.25 (2025-08-04)
- extend Stream and Observable type (6772c89)
0.3.24 (2025-08-03)
0.3.23 (2025-08-01)
- debugAll add condition params (c786d6b)
0.3.22 (2025-07-30)
- add fluth global factory (f6fef94)
0.3.21 (2025-07-30)
- skip vue proxy (582b1f8)
0.3.20 (2025-07-29)
0.3.19 (2025-07-29)
- support promiseLike Observable node (2a23325)
0.3.18 (2025-07-29)
- consoleAll add ignoreUndefined params (e28f16f)
0.3.17 (2025-07-26)
- debounce not work after emit (f82aa3b)
0.3.16 (2025-07-20)
- enhance observable unsubscribe (f6bf0b1)
- optimization promiseAll and promiseRace operator (b8f5d61)
- update concat merge partition operator boundary processing (0746204)
0.3.15 (2025-07-13)
- 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)
- add params for consoleAll plugin and improve consoleAll logic (0ed734b)
0.3.13 (2025-07-09)
- add audit operator (b1261eb)
0.3.12 (2025-07-06)
0.3.11 (2025-07-06)
- debugNode plugin not work (e3a9703)
0.3.10 (2025-07-03)
- debugNode add condition params (590669a)
- export all types (c59a749)
- promiseAll operator no emit when status is pending (b9db4a0)
0.3.9 (2025-07-02)
- export all types (c59a749)
0.3.8 (2025-07-02)
- promiseAll operator no emit when status is pending (b9db4a0)
0.3.7 (2025-07-02)
- debug plugin not work (583f229)
0.3.6 (2025-07-02)
- get method lead error (8dc48f0)
0.3.5 (2025-07-02)
- 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)
- stream init value incorrect (cd2f4a0)
0.3.3 (2025-07-01)
- then plugin add params (92952f3)
0.3.2 (2025-07-01)
0.3.1 (2025-07-01)
- add thenAll and executeAll plugin capability (e5db289)
0.3.0 (2025-06-29)
- 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)
- chainPlugin may cause redefineProperty probleam (22ce787)
0.2.0 (2025-06-21)
- add promiseAll operator and offUnsubscribe offComplete methods (96f7daa)
- chainPlugin may cause redefineProperty probleam (22ce787)
0.1.0 (2025-05-27)
- add plugin ability (d94bd84)
0.0.6 (2024-11-23)
- add thenImmediate api (8924d91)
0.0.5 (2024-11-19)
- vue proxy probleam (aa526fc)
0.0.4 (2024-11-18)
- support cjs and mjs (431ba61)
0.0.3 (2024-11-18)
- pack script problem (174d0b6)
0.0.2 (2024-11-18)
- add pipe operator (6b99807)