@alwatr/signal 6.2.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/core/computed-signal.d.ts +2 -1
  2. package/dist/core/computed-signal.d.ts.map +1 -1
  3. package/dist/core/effect-signal.d.ts +2 -1
  4. package/dist/core/effect-signal.d.ts.map +1 -1
  5. package/dist/core/event-signal.d.ts +2 -1
  6. package/dist/core/event-signal.d.ts.map +1 -1
  7. package/dist/core/signal-base.d.ts.map +1 -1
  8. package/dist/core/state-signal.d.ts +2 -1
  9. package/dist/core/state-signal.d.ts.map +1 -1
  10. package/dist/main.js +5 -0
  11. package/dist/main.js.map +25 -0
  12. package/dist/operators/debounce.d.ts.map +1 -1
  13. package/dist/type.d.ts.map +1 -1
  14. package/package.json +48 -53
  15. package/src/core/computed-signal.ts +216 -0
  16. package/src/core/effect-signal.ts +176 -0
  17. package/src/core/event-signal.ts +61 -0
  18. package/src/core/persistent-state-signal.ts +98 -0
  19. package/src/core/session-state-signal.ts +145 -0
  20. package/src/core/signal-base.ts +191 -0
  21. package/src/core/state-signal.ts +178 -0
  22. package/src/creators/computed.ts +37 -0
  23. package/src/creators/effect.ts +46 -0
  24. package/src/creators/event.ts +31 -0
  25. package/src/creators/persistent-state.ts +33 -0
  26. package/src/creators/session-state.ts +42 -0
  27. package/src/creators/state.ts +28 -0
  28. package/src/main.ts +20 -0
  29. package/src/operators/debounce.ts +91 -0
  30. package/src/operators/filter.ts +78 -0
  31. package/src/operators/map.ts +48 -0
  32. package/src/type.ts +357 -0
  33. package/CHANGELOG.md +0 -908
  34. package/dist/main.cjs +0 -4
  35. package/dist/main.cjs.map +0 -7
  36. package/dist/main.mjs +0 -4
  37. package/dist/main.mjs.map +0 -7
  38. package/src/core/computed-signal.test.js +0 -166
  39. package/src/core/effect-signal.test.js +0 -150
  40. package/src/core/event-signal.test.js +0 -210
  41. package/src/core/state-signal.test.js +0 -251
  42. package/src/operators/debounce.test.js +0 -206
package/CHANGELOG.md DELETED
@@ -1,908 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [6.2.0](https://github.com/Alwatr/flux/compare/v6.1.1...v6.2.0) (2026-02-18)
7
-
8
- ### ✨ Features
9
-
10
- * add session-state exports to main module for sessionStorage management ([99bc3fd](https://github.com/Alwatr/flux/commit/99bc3fd9b559b6c359a4533eb4af0ec61e5deee0))
11
- * add SessionStateSignal for sessionStorage management ([f62cb97](https://github.com/Alwatr/flux/commit/f62cb976bc5e5cfc8a0a48579c6dbebcacce10f4))
12
- * add SessionStateSignalConfig interface for sessionStorage management ([ee59398](https://github.com/Alwatr/flux/commit/ee593981fe6e6d20499f7e1992aed3ea42ffa64d))
13
- * implement createSessionStateSignal for sessionStorage management ([05d70f5](https://github.com/Alwatr/flux/commit/05d70f5f0e79f410a1b8439566cd6588807cc462))
14
-
15
- ### 🐛 Bug Fixes
16
-
17
- * update default saveDebounceDelay to 500ms in SessionStateSignalConfig ([a19f9db](https://github.com/Alwatr/flux/commit/a19f9db003033448683d44a1678d6a6272fe5696))
18
-
19
- ### 🔨 Code Refactoring
20
-
21
- * migrate to bun package manager ([545c1ae](https://github.com/Alwatr/flux/commit/545c1ae31f04ece1ef1abd4db7237b47b65b0473))
22
-
23
- ### 🔗 Dependencies update
24
-
25
- * add @alwatr/session-storage dependency and update all deps ([4e8a3f6](https://github.com/Alwatr/flux/commit/4e8a3f60af461a02197945149728c2dcf845df7d))
26
- * update dependencies across packages to latest versions ([6ac0147](https://github.com/Alwatr/flux/commit/6ac01476b0803d662035d4c291bb5c77ae4207f6))
27
-
28
- ## [6.1.1](https://github.com/Alwatr/flux/compare/v6.1.0...v6.1.1) (2025-11-12)
29
-
30
- ### 🔨 Code Refactoring
31
-
32
- * simplify storageProvider initialization in PersistentStateSignal constructor ([e3ca306](https://github.com/Alwatr/flux/commit/e3ca3068df1396c7a06396f9b362523d14695c89))
33
- * streamline PersistentStateSignal constructor and update config properties ([849f945](https://github.com/Alwatr/flux/commit/849f945cbbad6301eedee2806d10f24286494045))
34
-
35
- ### 🔗 Dependencies update
36
-
37
- * update dependencies and devDependencies versions across packages ([ab923fa](https://github.com/Alwatr/flux/commit/ab923fa8ec7f504a3ce59e0ec944d05d361f60be))
38
-
39
- ## [6.1.0](https://github.com/Alwatr/flux/compare/v6.0.2...v6.1.0) (2025-09-22)
40
-
41
- ### ✨ Features
42
-
43
- * add createPersistentStateSignal function for localStorage state management ([05c99bd](https://github.com/Alwatr/flux/commit/05c99bdef47fd285f0c1dc1017c511f411d0405b))
44
- * add PersistentStateSignalConfig for local storage integration ([5dc1dfb](https://github.com/Alwatr/flux/commit/5dc1dfbc961d3820c2d765dedcb9d29909bbeab4))
45
- * add saveDebounceDelay option to PersistentStateSignalConfig for optimized localStorage writes ([ebc542e](https://github.com/Alwatr/flux/commit/ebc542e496cfcdfe06d74abeb08a4e1c4f4ec8b6))
46
- * implement debouncing for localStorage writes in PersistentStateSignal ([9644b37](https://github.com/Alwatr/flux/commit/9644b37f6d2c8b2b0cd8a27b0b4ce0ad4afa86a3))
47
- * implement PersistentStateSignal for localStorage persistence ([0303a74](https://github.com/Alwatr/flux/commit/0303a744408d5e7188daf811bc3109c9c22fd156))
48
-
49
- ### 🐛 Bug Fixes
50
-
51
- * enhance set method in PersistentStateSignal to support data type conversion ([3970fc1](https://github.com/Alwatr/flux/commit/3970fc17d90d72f124114b29b879b423934101a9))
52
- * refine generic type constraint in PersistentStateSignalConfig to extend JsonValue ([d50a1fb](https://github.com/Alwatr/flux/commit/d50a1fb880d0816ccda13eaea1ddfa9b13e89f6d))
53
- * refine generic type handling in PersistentStateSignal and syncStorage method ([30c50a8](https://github.com/Alwatr/flux/commit/30c50a8d3e24b742529aa3def0bfe0fde6561e4a))
54
- * remove unnecessary comments from EffectSignalConfig and DebounceSignalConfig interfaces ([397692c](https://github.com/Alwatr/flux/commit/397692c361b8f0faa6443379c1bdefba74fb88a3))
55
- * remove unnecessary constraint on generic type T in PersistentStateSignal ([83aab63](https://github.com/Alwatr/flux/commit/83aab637f4e7a9c976769b0bf64f89371da0b83a))
56
- * update exports to include persistent state signal and related creators/operators ([2eb94fa](https://github.com/Alwatr/flux/commit/2eb94fa8683ee0d74b609b36415de3e039b364a5))
57
- * update PersistentStateSignal to serialize values correctly and improve logging ([65947d4](https://github.com/Alwatr/flux/commit/65947d4a2b0c28b43fa3b0d15ea63e08d23d91c7))
58
- * update StateSignal constructor to properly pass config parameters ([f1b4cf0](https://github.com/Alwatr/flux/commit/f1b4cf02103f97295eb7f76155012c27b9773a8a))
59
- * update storageDebouncer to be readonly and adjust syncStorage method signature ([575b127](https://github.com/Alwatr/flux/commit/575b127e6367461cd3d6928ff73e395ed23bf459))
60
- * update storageKey handling in PersistentStateSignal and createFsmService for improved state management ([42e764f](https://github.com/Alwatr/flux/commit/42e764f58a2f804c6082a46bfb96eb678a49c22a))
61
-
62
- ### 🔗 Dependencies update
63
-
64
- * add @alwatr/local-storage as a dependency ([47b60fa](https://github.com/Alwatr/flux/commit/47b60fa3844fc49ccb85bc612e102c801a47ef1b))
65
- * update @alwatr/local-storage to version 6.3.0 ([1b10f57](https://github.com/Alwatr/flux/commit/1b10f578d8c817da8472f18a8c9d8e7520a0a7f4))
66
- * update dependencies to latest versions across packages ([97bd715](https://github.com/Alwatr/flux/commit/97bd71555912053f8b2ba6ad0578b74bf7f1c1d3))
67
- * update package dependencies for @alwatr/yarn-upgrade, @alwatr/logger, and other packages ([96b56e7](https://github.com/Alwatr/flux/commit/96b56e75360411bed73ce84acb870db6153f8917))
68
-
69
- ## [6.0.2](https://github.com/Alwatr/flux/compare/v6.0.1...v6.0.2) (2025-09-21)
70
-
71
- ### 🔗 Dependencies update
72
-
73
- * update dependencies for @alwatr/nano-build, @alwatr/logger, @alwatr/debounce, and @alwatr/delay ([e7cfed5](https://github.com/Alwatr/flux/commit/e7cfed56bd6a7e7cd402e6f38c415de5737f5b24))
74
-
75
- ## [6.0.1](https://github.com/Alwatr/flux/compare/v6.0.0...v6.0.1) (2025-09-20)
76
-
77
- ### 🐛 Bug Fixes
78
-
79
- * add sideEffects property to package.json for fsm and signal packages ([37d175c](https://github.com/Alwatr/flux/commit/37d175c2cd16144449dfa72e7504a4d179f1cb01))
80
-
81
- ### 🔨 Code Refactoring
82
-
83
- * remove public access modifier from constructors in signal classes ([afb42da](https://github.com/Alwatr/flux/commit/afb42da7fd812cd09555c43ac9489ef15efce96a))
84
-
85
- ### 🔗 Dependencies update
86
-
87
- * update alwatr dependencies ([19bd8a5](https://github.com/Alwatr/flux/commit/19bd8a597a4e74b620e04a497eff7247a03bf8b8))
88
-
89
- ## [6.0.0](https://github.com/Alwatr/flux/compare/v5.2.2...v6.0.0) (2025-09-19)
90
-
91
- ### ✨ Features
92
-
93
- * add asReadonly method to StateSignal for improved interface exposure ([e8be13a](https://github.com/Alwatr/flux/commit/e8be13aa1b49c0e67b8022b0bef02fb80e5499f4))
94
-
95
- ### 🐛 Bug Fixes
96
-
97
- * remove space in logger initialization for signal classes ([6e3b071](https://github.com/Alwatr/flux/commit/6e3b0710b67f67849c4dce390e9bfa7b2f80a9f7))
98
-
99
- ### 🔨 Code Refactoring
100
-
101
- * enhance logging during EffectSignal construction for dependency subscriptions ([062da7e](https://github.com/Alwatr/flux/commit/062da7e5a91070576579731ac21870ffcafa7033))
102
- * enhance logging in update method to track value changes ([5b0bb00](https://github.com/Alwatr/flux/commit/5b0bb000a7aeb37ab90405f34959b230ca575232))
103
- * replace signalId with name in signal implementation ([0c2f065](https://github.com/Alwatr/flux/commit/0c2f065bb0afa49980537e42773cbbf21013a2a3))
104
- * update internal signal name format and enhance logging during dependency subscription ([1670726](https://github.com/Alwatr/flux/commit/1670726059b77b058b9daa3841bb7bb1ded61af3))
105
-
106
- ### 🔗 Dependencies update
107
-
108
- * update @alwatr/logger to version 6.0.2 and @types/node to version 22.18.6; upgrade esbuild and other dependencies ([95dfaba](https://github.com/Alwatr/flux/commit/95dfabab2a4d4ea2b0e42a70bee1f3e68a67bffc))
109
- * update dependencies for logger, nano-build, type-helper, and node types ([23fe723](https://github.com/Alwatr/flux/commit/23fe7236ffa0bfd2551a6dfc52c23689ce4b036e))
110
- * update package dependencies for improved compatibility and performance ([1e91063](https://github.com/Alwatr/flux/commit/1e9106343d01330089c33d9591969a66625a1e7b))
111
-
112
- ## [5.2.2](https://github.com/Alwatr/flux/compare/v5.2.1...v5.2.2) (2025-09-15)
113
-
114
- ### 🐛 Bug Fixes
115
-
116
- * update subscription to prevent receiving previous value in debounced signal ([044780d](https://github.com/Alwatr/flux/commit/044780d35427a97711788224e60e209fb53dea53))
117
- * update subscription to trigger debouncer with value from source signal ([a7e8eff](https://github.com/Alwatr/flux/commit/a7e8effd7e963aaf905afae08a652d7abe222c3a))
118
-
119
- ### 🔨 Code Refactoring
120
-
121
- * improve logging in subscribe method to pass options directly ([e026dbf](https://github.com/Alwatr/flux/commit/e026dbf74ca96ec6d878bd5fb08f4939c46d08f2))
122
- * simplify signalId assignment using nullish coalescing operator ([0578c85](https://github.com/Alwatr/flux/commit/0578c854677df2fe0a62e5fbbfa017856d82b611))
123
- * update logging in subscribe method to pass options directly ([a7e32f2](https://github.com/Alwatr/flux/commit/a7e32f20df6b12c1c9dd06feaf01fca8170a5346))
124
-
125
- ### 🧹 Miscellaneous Chores
126
-
127
- * update @alwatr/debounce dependency to version 1.1.1 ([c2e2ae4](https://github.com/Alwatr/flux/commit/c2e2ae4fe54f8fdd482bd53b598f5e88570a26f2))
128
- * update package dependencies to latest versions ([a517c82](https://github.com/Alwatr/flux/commit/a517c82b99073a65a8470da428dfd288080b7ea5))
129
-
130
- ## [5.2.1](https://github.com/Alwatr/flux/compare/v5.2.0...v5.2.1) (2025-09-15)
131
-
132
- ### ⚡ Performance Improvements
133
-
134
- * To improve readability and avoid calling sourceSignal.get() twice, used temporary variable before using it. ([2aaa3bd](https://github.com/Alwatr/flux/commit/2aaa3bdd06745885495ca64a71c4040b9ec57cea))
135
-
136
- ### 🔨 Code Refactoring
137
-
138
- * change the `signal.value` to `signal.get()` ([fcdcb6c](https://github.com/Alwatr/flux/commit/fcdcb6caf82747b8e6d7ad846d6babead385c603))
139
- * rename run_ method to scheduleExecution_ for clarity in EffectSignal ([402af2f](https://github.com/Alwatr/flux/commit/402af2f7b84357ade4f79b33611d6968ec6b8efd))
140
-
141
- ## [5.2.0](https://github.com/Alwatr/flux/compare/v5.1.0...v5.2.0) (2025-09-15)
142
-
143
- ### ✨ Features
144
-
145
- * Add comprehensive documentation to the repository ([d5569e6](https://github.com/Alwatr/flux/commit/d5569e63acd0aa926c34d9a61b2fff5139b9d3cc))
146
- * Update EffectSignalConfig to allow optional signalId and add documentation ([6aab97e](https://github.com/Alwatr/flux/commit/6aab97e6e223f822f66cacb78c9d194fa5e2df9d))
147
-
148
- ### 🐛 Bug Fixes
149
-
150
- * Refactor logger initialization and ensure checkDestroyed_ is called in relevant methods ([a17884d](https://github.com/Alwatr/flux/commit/a17884d5df097d62353e5b4110d3a83a5ae093b3))
151
-
152
- ### 🔨 Code Refactoring
153
-
154
- * Ensure isRunning__ is reset when destroyed during delay in EffectSignal ([ff9a590](https://github.com/Alwatr/flux/commit/ff9a5905f7875e7dcb675cbdbb44869b0743e954))
155
- * Improve signal management by consolidating destruction checks and enhancing logging ([8765ba2](https://github.com/Alwatr/flux/commit/8765ba2f701f10db89ef11a3045065442360d193))
156
- * Remove unnecessary binding of notify_ in EventSignal constructor ([eb3be32](https://github.com/Alwatr/flux/commit/eb3be3211b13c21aa4f5c16a37f5c9fc59144951))
157
- * Simplify ComputedSignal implementation and improve logging for lifecycle methods ([bc35e91](https://github.com/Alwatr/flux/commit/bc35e91d5871669cc22c6c92ee2b83c4d940194e))
158
- * Simplify EffectSignal implementation and improve logging for lifecycle methods ([a5cad04](https://github.com/Alwatr/flux/commit/a5cad04469efd929e2ce7da42b371d4c054e5eaf))
159
- * Simplify EventSignal logger initialization and constructor ([b515315](https://github.com/Alwatr/flux/commit/b515315428e8ba0c70a7ef5ede49916e899b6fcd))
160
- * Update logger step identifiers for recalculation in ComputedSignal ([8de799f](https://github.com/Alwatr/flux/commit/8de799f40d90c2cdc3440d90bc1f2b6ce22f7013))
161
-
162
- ## [5.1.0](https://github.com/Alwatr/flux/compare/v5.0.0...v5.1.0) (2025-09-14)
163
-
164
- ### ✨ Features
165
-
166
- * add createComputedSignal function for reactive value management ([da4ad2e](https://github.com/Alwatr/flux/commit/da4ad2ec31e24d0756007b666e6c6c3c3ad75709))
167
- * add createEventSignal function for dispatching transient events ([0729eca](https://github.com/Alwatr/flux/commit/0729eca8ad7ed9fd4fca02c5f2c5f5d2f1a5acf4))
168
- * add createFilteredSignal function to emit values from a source signal based on a predicate ([ad4873c](https://github.com/Alwatr/flux/commit/ad4873c2f5ca8d26e44db371c1387f450e12189b))
169
- * add createMappedSignal function for transforming source signal values ([6fcefed](https://github.com/Alwatr/flux/commit/6fcefed778bd6007c639d218e3736aaf9d071d10))
170
- * add createStateSignal function for creating stateful signals ([2764b50](https://github.com/Alwatr/flux/commit/2764b501dfc39488f7b5446935e7ebdfe06fcd35))
171
- * add optional onDestroy callback to SignalConfig and EffectSignalConfig for resource cleanup ([d0ed93a](https://github.com/Alwatr/flux/commit/d0ed93a1f7e9da5c73222fb9a3e7e1b95fa88212))
172
- * add signalId property to IReadonlySignal for debugging and update DebounceSignalConfig type ([d7a43ba](https://github.com/Alwatr/flux/commit/d7a43bad568d12264482475bddb045467dfe229c))
173
- * add update method for state transitions based on previous value ([77b3593](https://github.com/Alwatr/flux/commit/77b3593df19e166b0446938104a9795b037b2d3d))
174
- * call optional onDestroy callback in createDebouncedSignal for improved resource cleanup ([8eef425](https://github.com/Alwatr/flux/commit/8eef4252d193db5809850bd624e739bcc8549077))
175
- * call optional onDestroy callback in destroy method for resource cleanup ([64a0e3b](https://github.com/Alwatr/flux/commit/64a0e3b6f242e91bccc48fe0cf8d1e214bcc2a5e))
176
- * enhance createDebouncedSignal with optional signalId and onDestroy callback for improved resource management ([7ce880a](https://github.com/Alwatr/flux/commit/7ce880a40b96a3aaa78297d68cd3e7e9e05b7a20))
177
- * enhance destroy method in SignalBase and StateSignal for improved memory management ([a81f005](https://github.com/Alwatr/flux/commit/a81f0057803fe1c0c0650d0a2223319064739067))
178
- * implement createDebouncedSignal function for debouncing updates from a source signal ([42bd6a9](https://github.com/Alwatr/flux/commit/42bd6a915494222171317142bd21e11ff3ef2e25))
179
- * implement createEffect function for managing reactive side-effects ([730c847](https://github.com/Alwatr/flux/commit/730c847ed6720ca7761dfb5745d957a681352a9c))
180
- * implement IReadonlySignal interface in ComputedSignal and call optional onDestroy callback in destroy method ([8828230](https://github.com/Alwatr/flux/commit/8828230fa2ea8246d6b08d73dfee863eceea4c82))
181
- * improve resource cleanup in createDebouncedSignal by checking internalSignal state before destruction ([36b8505](https://github.com/Alwatr/flux/commit/36b850505c0541906038a05f2cf5967baac1b2cb))
182
- * update createDebouncedSignal to use ComputedSignal type and streamline resource cleanup in onDestroy callback ([bb0908a](https://github.com/Alwatr/flux/commit/bb0908a03ad9a86e432b8bfa17e21ced881c8f41))
183
-
184
- ### 🐛 Bug Fixes
185
-
186
- * debounce destroy ([e14a39a](https://github.com/Alwatr/flux/commit/e14a39a6b4729980d5aa7486873b4aae272bec0b))
187
- * initialize signalId in constructor and call optional onDestroy callback in destroy method ([198f9b3](https://github.com/Alwatr/flux/commit/198f9b3b08a259d118b8645bb144677ea7f24613))
188
- * remove unused dependency @alwatr/package-tracer from package.json ([9008a40](https://github.com/Alwatr/flux/commit/9008a40b8eb7e996ee8995956ab14d93bf021407))
189
-
190
- ### 🔨 Code Refactoring
191
-
192
- * move fundamental signals to core ([5fc4cd9](https://github.com/Alwatr/flux/commit/5fc4cd90cb3463a876bc21f4699510aace7db8f4))
193
- * remove packageTracer import and related dev mode initialization ([d02276e](https://github.com/Alwatr/flux/commit/d02276eed37337b1f68d2c74cc5ee366add55f35))
194
- * remove unused IComputedSignal and IEffectSignal imports from computed and effect creators ([bf7d3f2](https://github.com/Alwatr/flux/commit/bf7d3f287ee2db101b6ca0ad30eccf5f1af4bdd1))
195
- * reorganize exports to use core and creators directories ([cdb5225](https://github.com/Alwatr/flux/commit/cdb5225773c5a909f176bb5550ce4f3a0517f09f))
196
- * simplify parameter and return type annotations in createComputedSignal, createEffect, and createEventSignal ([024025e](https://github.com/Alwatr/flux/commit/024025e68fb4793ab7ecd97e51ccb5f271002a52))
197
-
198
- ### 🔗 Dependencies update
199
-
200
- * bump the npm-dependencies group with 6 updates ([f6ae979](https://github.com/Alwatr/flux/commit/f6ae9795e34ba3913fa208f7f94794b5753b90c9))
201
- * update @alwatr/debounce dependency to version 1.1.0 ([bce3ffe](https://github.com/Alwatr/flux/commit/bce3ffe6c174c05aef60dc9fdc7e78aa31dcc71b))
202
- * update @types/node dependency to version 22.18.3 ([6e1a847](https://github.com/Alwatr/flux/commit/6e1a8477095f102d09b020dccfe4e638c1d058ca))
203
-
204
- ## [5.0.0](https://github.com/Alwatr/flux/compare/v4.1.1...v5.0.0) (2025-09-12)
205
-
206
- ### ⚠ BREAKING CHANGES
207
-
208
- * Rewrite @alwatr/signal from ground-up — complete API overhaul
209
-
210
- Summary:
211
- A full rewrite of the @alwatr/signal package was released. The internal implementation, public exports and types have changed in an incompatible way. Consumers must update imports and call-sites to use the new API.
212
-
213
- Affected:
214
- - packages/signal (public package @alwatr/signal)
215
- - Any repos importing old signal types/exports or relying on previous runtime semantics
216
-
217
- What changed (high-level):
218
- - New core primitives and public API (StateSignal, ComputedSignal, EffectSignal, EventSignal) with new constructors and config objects.
219
- - signalId is now required for identity/logging.
220
- - Lifecycle semantics: ComputedSignal and EffectSignal must call .destroy() to avoid leaks.
221
- - Async model explicit: State/Event notify on microtask; Computed/Effect batch on macrotask.
222
- - subscribe() options changed (once, priority, receivePrevious).
223
- - Types and exported symbols renamed/reshaped; package.json exports/types updated.
224
-
225
- Migration notes:
226
- - Replace old imports with new named exports from '@alwatr/signal'.
227
- - Instantiate signals with the new config object shape (e.g. new StateSignal({ signalId, initialValue })).
228
- - Ensure ComputedSignal/EffectSignal .destroy() is called in teardown paths.
229
- - Update code that relied on previous sync/async timing — recompute batching behavior may differ.
230
- - Update TypeScript types/usages according to new exports; run yarn build & yarn test after changes.
231
-
232
- Quick example (new usage):
233
- const firstName = new StateSignal<string>({ signalId: 'user-firstName', initialValue: 'John' });
234
- const fullName = new ComputedSignal<string>({ signalId: 'user-fullName', deps: [firstName], get: () => `User: ${firstName.value}` });
235
- const logger = new EffectSignal({ deps: [fullName], run: () => console.log(fullName.value) });
236
- // remember to call fullName.destroy()/logger.destroy() when no longer needed
237
-
238
- Action items for maintainers/releasers:
239
- - Bump major version.
240
- - Add migration notes to CHANGELOG and README.
241
- - Run CI: yarn build && yarn test (Node >=18.16.0).
242
- - Notify downstream consumers about required code changes.
243
-
244
- * update package description to accurately reflect the library's capabilities ([785b30b](https://github.com/Alwatr/flux/commit/785b30b5ab694b1165c541a7dbbf6959221f8f46))
245
-
246
- ### ✨ Features
247
-
248
- * add abstract SignalBase class for managing observers and subscriptions ([913aee8](https://github.com/Alwatr/flux/commit/913aee840e8f3f82ba865d4db0492a70a8ef8d99))
249
- * add computed function for creating read-only computed signals ([137bf73](https://github.com/Alwatr/flux/commit/137bf7391b71ce11e77773cc45e030341c2b5408))
250
- * add destroy method to ComputedSignal interface for cleanup and garbage collection ([67dcc46](https://github.com/Alwatr/flux/commit/67dcc46a4f1330e60a161da4213b58f938534757))
251
- * add destroy method to EffectResult interface for cleanup ([fe5638a](https://github.com/Alwatr/flux/commit/fe5638ada3f7ebdda67ae3d6538518310684d10c))
252
- * add destruction check in dispatch method and remove unused notify_ method ([f37086d](https://github.com/Alwatr/flux/commit/f37086d439fbf74e2486586e9e80cc6509e9fc42))
253
- * add destruction checks and logging in computed function to prevent operations on destroyed signals ([7233967](https://github.com/Alwatr/flux/commit/723396732a9decda613529446e4d095cdecbd57a))
254
- * add destruction checks in value getter, setter, and subscribe method; remove unused notify_ method ([3e22e63](https://github.com/Alwatr/flux/commit/3e22e633bccf2f04fb989250a623df5d35401042))
255
- * add effect function to manage side effects with dependency tracking ([6890953](https://github.com/Alwatr/flux/commit/68909538d19df0724e592b77cccd24db645ae9a7))
256
- * add isDestroyed getter to ComputedSignal for lifecycle management ([b26d9fe](https://github.com/Alwatr/flux/commit/b26d9fe088324ea1246ab5b2164dffae6734b1e5))
257
- * add isDestroyed getter to EffectSignal for lifecycle management ([c918007](https://github.com/Alwatr/flux/commit/c918007925eb54b73bb54aa06bca16bc65cf6ce6))
258
- * add isDestroyed property and destroy method to IReadonlySignal for lifecycle management ([a5abfb8](https://github.com/Alwatr/flux/commit/a5abfb8f26c281cfa8e65fa56dcf0dd35f18945c))
259
- * add isDestroyed property to IEffectSignal for lifecycle management ([45b5b67](https://github.com/Alwatr/flux/commit/45b5b679149098e5498cf37c49e00957efef8305))
260
- * add ReadonlySignal interface and ComputedOptions type for signal management ([9d475dd](https://github.com/Alwatr/flux/commit/9d475ddcb36ed44509257df18ecb82ddb6fa284d))
261
- * add StateSignal class for managing stateful signals and notifications ([409f2b9](https://github.com/Alwatr/flux/commit/409f2b9f8abaa74a1b0d761d4513a64a6604b320))
262
- * add types for signal listener, subscription options, and configuration ([3bebee5](https://github.com/Alwatr/flux/commit/3bebee5ab733d344ea6c1e6f1e7b7f3310cf4a87))
263
- * add untilNext method to ComputedSignal for improved subscription handling ([c8d333f](https://github.com/Alwatr/flux/commit/c8d333fe860de3714a5946f000a1f83c7ec7144a))
264
- * add untilNext method to IReadonlySignal for awaiting next dispatched value ([004b228](https://github.com/Alwatr/flux/commit/004b22870d17c86bfa2f2e3b0d68a82376d2a5a1))
265
- * add untilNext method to SignalBase for awaiting next dispatched value ([5771e72](https://github.com/Alwatr/flux/commit/5771e72bf8876a8feaaebc263394e05003e9d44e))
266
- * enhance computed function to include logging, improve destruction handling, and return ComputedSignal type ([2446570](https://github.com/Alwatr/flux/commit/24465704b8d7b2ca38c59073b189c2e4410240b3))
267
- * enhance ReadonlySignal interface with options parameter and improve documentation ([9abed87](https://github.com/Alwatr/flux/commit/9abed875db6cabc709aa63ec4893158db30e0372))
268
- * enhance SignalBase with destruction checks and logging ([10acb3d](https://github.com/Alwatr/flux/commit/10acb3dedf682f19f94670cd79c8fe5e403e0fc1))
269
- * implement destroy method to clear observers and manage lifecycle ([50ae3e3](https://github.com/Alwatr/flux/commit/50ae3e30d0aa3fa8137b6ab8e8198c2a931d43bb))
270
- * implement EventSignal class for dispatching transient events ([4f55a49](https://github.com/Alwatr/flux/commit/4f55a49e2896f52e8b730edf55f9dc431d86d165))
271
- * implement ReadonlySignal interface in StateSignal class ([748226c](https://github.com/Alwatr/flux/commit/748226c5958ed7985b2fedd93a6d4a1bbde3839e))
272
- * move notify_ mothod to the base ([4d81348](https://github.com/Alwatr/flux/commit/4d81348cf869187eca7777f7182d19e2256046e6))
273
- * new EffectSignal class with immediate execution option and improved lifecycle management ([4552fde](https://github.com/Alwatr/flux/commit/4552fde94ac8262e7c8933b53d26bd5ed9b7839e))
274
- * remove logger and signal classes for cleaner architecture ([0beef9c](https://github.com/Alwatr/flux/commit/0beef9c1fc2e9aff6f9d1028a4bc30b44c10037b))
275
- * update main entry point documentation and export necessary types ([7c3f12a](https://github.com/Alwatr/flux/commit/7c3f12a67f24f13bd0c9a9ff3ca9e3a14d7afb1c))
276
-
277
- ### 🐛 Bug Fixes
278
-
279
- * change notify_ method to fire callbacks synchronously and handle unhandled promise rejections ([2b54d69](https://github.com/Alwatr/flux/commit/2b54d69a45fca9500097f17e99c9572955617e55))
280
- * change set method to be synchronous ([a0cdaf4](https://github.com/Alwatr/flux/commit/a0cdaf441f888caacc98f8f3017b066ccf6186df))
281
- * clear value on destroy method in StateSignal class ([0088c03](https://github.com/Alwatr/flux/commit/0088c03ac976b473d0ce7d659cf7cbd0254bfdde))
282
- * correct logger method call from 'new' to 'initialize' in EventSignal constructor ([f9f7177](https://github.com/Alwatr/flux/commit/f9f7177bf3025b3e1484bab612b35af1c7fd0455))
283
- * correct logger method call from 'new' to 'initialize' in StateSignal constructor and improve notify_ method documentation ([b0d6981](https://github.com/Alwatr/flux/commit/b0d6981088144f74a78bb412babe077f4fe7d2f9))
284
- * correct observer array reference and method call in EventSignal ([83a3ddf](https://github.com/Alwatr/flux/commit/83a3ddf7151ef866b1f392fdd56aa0105e742718))
285
- * correct primitive value comparison logic in StateSignal set method ([93c5319](https://github.com/Alwatr/flux/commit/93c5319d0c1318a2c053373c3e7d8fa839544386))
286
- * ensure effect runs immediately on initialization ([a7d34d6](https://github.com/Alwatr/flux/commit/a7d34d6203a283faeac821ab0909f5d91802006d))
287
- * error log in computed-signal.ts ([7c2ab54](https://github.com/Alwatr/flux/commit/7c2ab54de6410ed4287286713fc3a34a9e02ef24))
288
- * export everything in main ([dc6779e](https://github.com/Alwatr/flux/commit/dc6779eeb0fbce67a3b665e46fc0e0df8583c88e))
289
- * make dispatch sync ([678ef01](https://github.com/Alwatr/flux/commit/678ef01fdc19b04167f60579e606cbf1fe1fa774))
290
- * make set method synchronously ([d36cda2](https://github.com/Alwatr/flux/commit/d36cda241c4e0c2bf952590a989c7de40f94bf41))
291
- * update default value for receivePrevious in SubscribeOptions and make options optional in Observer interface ([a27aa1f](https://github.com/Alwatr/flux/commit/a27aa1fdd106748deab8899d3df9d9a98e29c8eb))
292
- * update interface names and import type from @alwatr/type-helper ([a855b39](https://github.com/Alwatr/flux/commit/a855b39336f5bd99c822a9f061a84171bce274c9))
293
-
294
- ### 🔨 Code Refactoring
295
-
296
- * centralize observer removal logic in SignalBase class ([61c13e9](https://github.com/Alwatr/flux/commit/61c13e96ff1d16651b884822a4b5b808d6c474b2))
297
- * change dispatch method to async for improved non-blocking behavior ([696d942](https://github.com/Alwatr/flux/commit/696d9423b147743634cd4a87c42e04f8d1f3b5cb))
298
- * change notify_ method to async for improved observer handling ([dbaec6e](https://github.com/Alwatr/flux/commit/dbaec6e35b4894cc404d3dcbbbdfc4c671fa70ef))
299
- * change set method to async for improved notification handling ([a42cb1b](https://github.com/Alwatr/flux/commit/a42cb1b438e4652ae9a470d11949895be09782af))
300
- * enhance documentation for ComputedSignal class and its methods ([e7deac5](https://github.com/Alwatr/flux/commit/e7deac5e4a118faa3ad32746ca6bbff1750d4902))
301
- * enhance logging and improve dispatch method in EventSignal ([23d717a](https://github.com/Alwatr/flux/commit/23d717ae67bcc437499902822cc50c1a4c291e9d))
302
- * enhance SignalBase class with improved type imports and access modifiers ([d26efbe](https://github.com/Alwatr/flux/commit/d26efbe09973b65f9720bee7104490b3e080be7b))
303
- * improve immediate callback execution in subscribe method ([3518aa3](https://github.com/Alwatr/flux/commit/3518aa3355731158f8f4032899a77867f4af16ff))
304
- * improve logging and error handling in subscribe and notify methods ([fbcc7fa](https://github.com/Alwatr/flux/commit/fbcc7fa4dea17d99600672b4c566f87b5747e651))
305
- * improve StateSignal implementation by renaming variables and enhancing dispatch logic ([68e7e73](https://github.com/Alwatr/flux/commit/68e7e73eeb5814c95affd2e698131bd8353b4d99))
306
- * improve value change notification logic in StateSignal ([24ffa82](https://github.com/Alwatr/flux/commit/24ffa82b7b69483095ff80b88d87dfe9ea90fc09))
307
- * optimize value setting in StateSignal to prevent unnecessary dispatches ([cb00df1](https://github.com/Alwatr/flux/commit/cb00df13b6ea38e23ecb70b1ae73487a18ca85fd))
308
- * prevent unnecessary promise handling in EffectSignal constructor ([93940b0](https://github.com/Alwatr/flux/commit/93940b0d05345a238111b2443f247859bb08f680))
309
- * remove 'disabled' option from subscribe options in README and tests ([73ee9db](https://github.com/Alwatr/flux/commit/73ee9db4fbb01cc87d0e1c38f2c27398c53a6157))
310
- * remove 'disabled' option from SubscribeOptions and clean up related logic in SignalBase and StateSignal ([381356a](https://github.com/Alwatr/flux/commit/381356a02f4972a8ab2eff5653be867f4b57010c))
311
- * remove checkDestroyed_ method from EffectSignal class ([9e42492](https://github.com/Alwatr/flux/commit/9e42492ce9ba84794ef0a57527b8275bfe78a3e8))
312
- * remove unused imports in ComputedSignal ([d797820](https://github.com/Alwatr/flux/commit/d7978208e34f46e98f0fbaf15fd4a4703dce7d16))
313
- * remove unused Observer_ type import in StateSignal ([29d95a4](https://github.com/Alwatr/flux/commit/29d95a47305d474ad2d9c3634ebf91b598fb2bc2))
314
- * reorganize EffectResult interface and add runImmediately option to EffectOptions ([e4825a1](https://github.com/Alwatr/flux/commit/e4825a19464d52bcdcb47f8e6a027fbc2a5ceee6))
315
- * reorganize imports and enhance EventSignal constructor and dispatch method visibility ([1d25544](https://github.com/Alwatr/flux/commit/1d2554471dbc430bb12edc4a94ea33d4a1922814))
316
- * reset config_ in ComputedSignal's destroy method to improve memory management ([b5bcb20](https://github.com/Alwatr/flux/commit/b5bcb204addc639e611ca0ba47640eaf31372ff6))
317
- * reset config_ in EffectSignal's destroy method to improve memory management ([81a9748](https://github.com/Alwatr/flux/commit/81a9748cdaf121d3a0ae872c23fe691c1f51acf9))
318
- * simplify dispatch method in EventSignal by removing error handling ([7777299](https://github.com/Alwatr/flux/commit/7777299b31a38fdd31ae6a96bc6a34bd270dc831))
319
- * simplify exports in main entry point of Signal package ([3039eca](https://github.com/Alwatr/flux/commit/3039eca5eebd43937937b2eac6aa65e649cc5da8))
320
- * simplify ListenerCallback and Observer_ type definitions ([dc95f09](https://github.com/Alwatr/flux/commit/dc95f098c57277a1f4af05d21e2017c1e8bfc2d5))
321
- * simplify observer type definitions in SignalBase class ([a579ec4](https://github.com/Alwatr/flux/commit/a579ec43040da719d43a08544448340c17243c54))
322
- * streamline dispatch logic and enhance error handling in StateSignal ([eec0a43](https://github.com/Alwatr/flux/commit/eec0a430c9dc18c082b00765781a3333c48b51d8))
323
- * streamline internal signal initialization in ComputedSignal ([3791208](https://github.com/Alwatr/flux/commit/3791208298b884183e202694f451185b3ae9b524))
324
- * streamline microtask dispatch in set and subscribe methods ([598eef3](https://github.com/Alwatr/flux/commit/598eef334cfb3c34ee1dd38178fd94fc4a2fae56))
325
- * update ComputedSignal class structure and improve dependency management ([7947b61](https://github.com/Alwatr/flux/commit/7947b61fd77fc46f69ad95016dac0f890f2c30c9))
326
- * update EffectOptions to EffectSignalConfig with improved dependency handling and runImmediately option ([7d162fc](https://github.com/Alwatr/flux/commit/7d162fc77d0aca04744369306b6b13d506cbdc04))
327
- * update import statements and enhance access modifiers in StateSignal class ([fe12bf2](https://github.com/Alwatr/flux/commit/fe12bf2d4e47ac88f0e1b74e3f506046c136c1b1))
328
- * update observer handling in SignalBase for consistency and clarity ([f97c51d](https://github.com/Alwatr/flux/commit/f97c51d404616e90931db3547171b4e0cf0a60f0))
329
-
330
- ### 🧹 Miscellaneous Chores
331
-
332
- * add @jest/globals dependency to package.json and update yarn.lock ([2105405](https://github.com/Alwatr/flux/commit/2105405afe5e747b92ab59fc7de4b4bbdcc0bdb6))
333
- * remove reference to @alwatr/observable from package.json and tsconfig.json ([30ead90](https://github.com/Alwatr/flux/commit/30ead9083f19cda76873ed227c76476926175eca))
334
- * update @alwatr/nanolib dependency to version 6.0.2 ([134d3e7](https://github.com/Alwatr/flux/commit/134d3e7878c7a22d5f7994c671b5dceabfd29b57))
335
-
336
- ### 🔗 Dependencies update
337
-
338
- * update dependencies and devDependencies in package.json ([d2cf47c](https://github.com/Alwatr/flux/commit/d2cf47c26b65f41eb8de0873fe7065d0a42aaecf))
339
- * update workspace dependency versions for consistency ([b004468](https://github.com/Alwatr/flux/commit/b0044682805a6f5842214755de109034ec4d0405))
340
-
341
- ## [4.1.1](https://github.com/Alwatr/flux/compare/v4.1.0...v4.1.1) (2025-09-08)
342
-
343
- ### 🔗 Dependencies update
344
-
345
- * update @alwatr/nanolib to version 6.0.2 across multiple packages ([2d18fb0](https://github.com/Alwatr/flux/commit/2d18fb0e7311321200b1ed37381308b1dacae4b2))
346
-
347
- ## [4.1.0](https://github.com/Alwatr/flux/compare/v4.0.5...v4.1.0) (2025-09-08)
348
-
349
- ### 🧹 Miscellaneous Chores
350
-
351
- * remove Exir Studio sponsorship logo from README files ([df5d19c](https://github.com/Alwatr/flux/commit/df5d19cf9ff3ea723905b3f3bd4f874c42fdcdfc))
352
- * remove unused types from tsconfig.json files across multiple packages ([eecabea](https://github.com/Alwatr/flux/commit/eecabea18710ff476011f7b439e9f838198e2fdf))
353
- * update @alwatr/nanolib and devDependencies to latest versions ([9c28454](https://github.com/Alwatr/flux/commit/9c28454e2eeb5a3c96784a8ca8ab5f591b606468))
354
- * update license to MPL-2.0 ([82d20c8](https://github.com/Alwatr/flux/commit/82d20c88ad1b4ff5909ef0ca6b36b2db8f378279))
355
- * update package.json files across multiple packages to enhance structure and dependencies ([9df0690](https://github.com/Alwatr/flux/commit/9df0690b0b1ae036293be75da429842f67f8685f))
356
-
357
- ## [4.0.5](https://github.com/Alwatr/flux/compare/v4.0.4...v4.0.5) (2025-03-13)
358
-
359
- ### Bug Fixes
360
-
361
- * bump @alwatr/nanolib to version 5.5.1 across multiple packages for iOS issues ([70d879e](https://github.com/Alwatr/flux/commit/70d879e379a560fbcbe41f7176a638942ee22152)) by @
362
-
363
- ### Dependencies update
364
-
365
- * update @types/node to version 22.13.10 and bump [@lerna-lite](https://github.com/lerna-lite) packages to version 3.12.3 ([e918359](https://github.com/Alwatr/flux/commit/e918359ec013c32b3224aebf04f92553be31b395)) by @
366
-
367
- ## [4.0.4](https://github.com/Alwatr/flux/compare/v4.0.3...v4.0.4) (2025-03-06)
368
-
369
- ### Dependencies update
370
-
371
- * bump @alwatr/nanolib, @alwatr/nano-build, and @alwatr/type-helper to version 5.5.0 across multiple packages ([db73076](https://github.com/Alwatr/flux/commit/db7307671b0f14cb19072656bd6021144b27dadb)) by @
372
- * **deps-dev:** bump the dependencies group across 1 directory with 6 updates ([5978202](https://github.com/Alwatr/flux/commit/5978202acbdc6b2e3db6d315dc3c114daa4f0289)) by @dependabot[bot]
373
-
374
- ## [4.0.3](https://github.com/Alwatr/flux/compare/v4.0.2...v4.0.3) (2025-02-18)
375
-
376
- ### Dependencies update
377
-
378
- * **deps-dev:** bump the dependencies group across 1 directory with 11 updates ([18e3479](https://github.com/Alwatr/flux/commit/18e34795f826270a407d77440b946f8101513ba9)) by @dependabot[bot]
379
- * **deps-dev:** bump the dependencies group with 10 updates ([b70907b](https://github.com/Alwatr/flux/commit/b70907bcb78b664c80e7d7acec9acf04c805cb2f)) by @dependabot[bot]
380
- * **deps:** bump @alwatr/nanolib in the alwatr group across 1 directory ([2f52985](https://github.com/Alwatr/flux/commit/2f52985a74d4c5719dcb5d8d0440e3c2fac9be72)) by @dependabot[bot]
381
- * **deps:** bump the alwatr group with 4 updates ([7e1b5fd](https://github.com/Alwatr/flux/commit/7e1b5fdde606bd76a443356c74f332015beed275)) by @dependabot[bot]
382
-
383
- ## [4.0.0](https://github.com/Alwatr/flux/compare/v3.2.2...v4.0.0) (2024-11-06)
384
-
385
- ### Dependencies update
386
-
387
- * update ([a0c4014](https://github.com/Alwatr/flux/commit/a0c40144c50ba69083864bd4403b7c0dab388a2f)) by @AliMD
388
-
389
- ## [3.2.2](https://github.com/Alwatr/flux/compare/v3.2.1...v3.2.2) (2024-11-02)
390
-
391
- ### Dependencies update
392
-
393
- * **deps-dev:** bump @types/node from 22.8.1 to 22.8.6 in the dependencies group ([#224](https://github.com/Alwatr/flux/issues/224)) ([2ffa758](https://github.com/Alwatr/flux/commit/2ffa7587f46b55bddc98be25c60940c3eb61f815)) by @dependabot[bot]
394
- * **deps:** bump the alwatr group with 6 updates ([#225](https://github.com/Alwatr/flux/issues/225)) ([6f22eda](https://github.com/Alwatr/flux/commit/6f22eda4e9ee6c31e4c32b23b870a5c148a818da)) by @dependabot[bot]
395
-
396
- ## [3.2.1](https://github.com/Alwatr/flux/compare/v3.2.0...v3.2.1) (2024-10-28)
397
-
398
- ### Dependencies update
399
-
400
- * bump the alwatr-dependencies group with 2 updates ([#217](https://github.com/Alwatr/flux/issues/217)) ([a5fd542](https://github.com/Alwatr/flux/commit/a5fd542e8866589a4edcaaf4312bdc4f322dc59f)) by @dependabot[bot]
401
- * bump the development-dependencies group across 1 directory with 9 updates ([9d1d05d](https://github.com/Alwatr/flux/commit/9d1d05d33e259fd810138a37b36adc910b71c4bb)) by @dependabot[bot]
402
- * update nanolib v1.4.0 with other deps ([8c0fdcd](https://github.com/Alwatr/flux/commit/8c0fdcd4a827790f7c97bfbf7119ba315450f822)) by @AliMD
403
-
404
- ## [3.2.0](https://github.com/Alwatr/flux/compare/v3.1.1...v3.2.0) (2024-10-11)
405
-
406
- ### Bug Fixes
407
-
408
- * prevent `sideeffects` from `build` result ([fbc7a9f](https://github.com/Alwatr/flux/commit/fbc7a9f21898e3a96f28ce4a105460af0cf513eb)) by @mohammadhonarvar
409
-
410
- ### Code Refactoring
411
-
412
- * update `import`s & packages based on the latest changes of `nanolib` ([b905288](https://github.com/Alwatr/flux/commit/b9052881b7549207c01b0eef92dc459d44b56ac0)) by @mohammadhonarvar
413
-
414
- ### Dependencies update
415
-
416
- * bump the alwatr-dependencies group across 1 directory with 7 updates ([daf1c3f](https://github.com/Alwatr/flux/commit/daf1c3f7ef8d17cf7388df2676b5fe808616ba57)) by @dependabot[bot]
417
- * bump the alwatr-dependencies group with 4 updates ([7ce1b54](https://github.com/Alwatr/flux/commit/7ce1b54235cc2fd4f386052e7a4c4d324cc74888)) by @dependabot[bot]
418
- * bump the alwatr-dependencies group with 8 updates ([bc520ba](https://github.com/Alwatr/flux/commit/bc520ba6ac7ed6bcff2c4a3eea81d1a2e502b0cf)) by @dependabot[bot]
419
- * bump the development-dependencies group with 10 updates ([01de77c](https://github.com/Alwatr/flux/commit/01de77cd1d9fdfb6db06ebd5035c43e46cc8aa17)) by @dependabot[bot]
420
- * update ([4dc21b2](https://github.com/Alwatr/flux/commit/4dc21b2bf01d7176aea6e0d81cdc3e1f77b97e0f)) by @mohammadhonarvar
421
-
422
- ## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29)
423
-
424
- ### Miscellaneous Chores
425
-
426
- * edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian
427
- * **signal:** change the license to AGPL-3.0 ([e077ff1](https://github.com/Alwatr/flux/commit/e077ff125521abcfb8795563a3f2a17e509e9ab6)) by @ArmanAsadian
428
-
429
- ### Dependencies update
430
-
431
- * update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @
432
-
433
- ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26)
434
-
435
- ### Dependencies update
436
-
437
- * bump @types/node in the development-dependencies group ([979223c](https://github.com/Alwatr/flux/commit/979223c3cdbb002a926e72e1a7f79c82ff7395d4)) by @dependabot[bot]
438
-
439
- ## [3.0.3](https://github.com/Alwatr/flux/compare/v3.0.2...v3.0.3) (2024-09-24)
440
-
441
- **Note:** Version bump only for package @alwatr/signal
442
-
443
- ## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21)
444
-
445
- ### Dependencies update
446
-
447
- * update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @
448
-
449
- ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17)
450
-
451
- ### Miscellaneous Chores
452
-
453
- * simple demo test ([43f9bee](https://github.com/Alwatr/flux/commit/43f9bee831d5ba4534fa80c7ff4c28f6ca65cd91)) by @
454
-
455
- ## 3.0.0 (2024-09-17)
456
-
457
- ### Features
458
-
459
- * Add @alwatr/observable package ([e554c91](https://github.com/Alwatr/flux/commit/e554c91e8d3bf59a853e1a08692f3fa730194616)) by @AliMD
460
- * bew package @alwatr/context ([9ee2204](https://github.com/Alwatr/flux/commit/9ee220484fd99654d1303851c2e03f2bd0b308a3)) by @AliMD
461
- * update all repo files from alwatr ([b85a3a6](https://github.com/Alwatr/flux/commit/b85a3a62a8c19f395cf33d72329b9c0f301cddfc)) by @AliMD
462
-
463
- ### Bug Fixes
464
-
465
- * all new repo path and packages dependencies ([21a6afa](https://github.com/Alwatr/flux/commit/21a6afa0badafe4051617d9a9e3bbfbaabd0c4ad)) by @
466
- * cleanup old signal and fsm v1 ([bde0bea](https://github.com/Alwatr/flux/commit/bde0bea06a6750bebad49a127b75b57fd5e55ddd)) by @
467
- * **signal:** compatible with new logger api ([0a3b1c0](https://github.com/Alwatr/flux/commit/0a3b1c02b285daa66491104a14596e6a19895e11)) by @
468
- * **signal:** package name ([4791b54](https://github.com/Alwatr/flux/commit/4791b54c8da75cf43eb9c86180f1ed94b0e28c4e)) by @
469
- * **signal:** signal2 name ([70b71e3](https://github.com/Alwatr/flux/commit/70b71e312cb5e5d4c54c37c5c327712200f90be5)) by @
470
- * **signal:** types ([2460dc9](https://github.com/Alwatr/flux/commit/2460dc9f68c003dfbd428be23117bcacc72a5084)) by @AliMD
471
- * ts refrence path ([c2baa44](https://github.com/Alwatr/flux/commit/c2baa44999c72a0015481fc8fea25439329c3f37)) by @
472
-
473
- ### Code Refactoring
474
-
475
- * AlwatrObservable to use 'message' instead of 'data' ([67aa6e0](https://github.com/Alwatr/flux/commit/67aa6e01aebec8fae0accfb174bcf66fe72ddad7)) by @AliMD
476
- * **signal:** AlwatrContext to use class property instead of calling super.getData_() ([bbe18bb](https://github.com/Alwatr/flux/commit/bbe18bbb3ca105ee34d802345105a71c874b60e5)) by @AliMD
477
- * **signal:** Remove reference to api-server in tsconfig.json ([3c6b2e6](https://github.com/Alwatr/flux/commit/3c6b2e6c8e874240ba785cfafe14922637070120)) by @AliMD
478
- * **signal:** Update AlwatrContext to use class property instead of calling super.getData_() ([437dbf4](https://github.com/Alwatr/flux/commit/437dbf48af845c7e8c7441566d78ff6884d1c4cc)) by @AliMD
479
- * Update @alwatr/signal package ([9ec8478](https://github.com/Alwatr/flux/commit/9ec8478b956dd2dd83ea42d6ba9ed94582a318a7)) by @AliMD
480
- * Update all package URLs to point to the flux repository ([e7e56d2](https://github.com/Alwatr/flux/commit/e7e56d252d4a0e1b4b1fa20c06e8b61b1b7242ae)) by @AliMD
481
- * Update AlwatrContext to use 'message' instead of 'data' ([512789b](https://github.com/Alwatr/flux/commit/512789b7c0b90e71e8e1eda5fbd923e18c45731e)) by @AliMD
482
- * Update AlwatrContextSignal to AlwatrContext ([44dd077](https://github.com/Alwatr/flux/commit/44dd077584669f668ab633c0e10a1d6dd6986e21)) by @AliMD
483
- * Update AlwatrSignal and AlwatrSimpleSignal to use 'message' instead of 'data' ([cef6ba6](https://github.com/Alwatr/flux/commit/cef6ba64164f6569a895ef1efa8a33900c1c9cba)) by @AliMD
484
- * Update AlwatrSignal and AlwatrTrigger constructors ([05da419](https://github.com/Alwatr/flux/commit/05da4191ac23ab589cc4982b383c24d9b7a8ae74)) by @AliMD
485
- * Update package dependencies and references ([888f698](https://github.com/Alwatr/flux/commit/888f6987553a410e561da9fe21c0655f8f935db0)) by @AliMD
486
-
487
- ### Miscellaneous Chores
488
-
489
- * **deps-dev:** bump the development-dependencies group with 11 updates ([60f3075](https://github.com/Alwatr/flux/commit/60f3075872d3a4a9da979c589b5aa6b84065d48b)) by @
490
- * **deps-dev:** bump the development-dependencies group with 14 updates ([c6ae70e](https://github.com/Alwatr/flux/commit/c6ae70e1534469fd36386f0828a52985001e2ef6)) by @
491
- * **deps-dev:** bump the development-dependencies group with 8 updates ([c853aa2](https://github.com/Alwatr/flux/commit/c853aa2730b5c256049414e302a3d2d0c58ef61e)) by @
492
- * **deps:** bump the alwatr-dependencies group with 3 updates ([f2a109d](https://github.com/Alwatr/flux/commit/f2a109d9b1775b67303d9407e20a5591cc69e4a7)) by @
493
- * **deps:** bump the alwatr-dependencies group with 3 updates ([e5105eb](https://github.com/Alwatr/flux/commit/e5105eb0bbc450566b1ae6aee9241d541377bf94)) by @
494
- * **deps:** bump the alwatr-dependencies group with 4 updates ([0019b83](https://github.com/Alwatr/flux/commit/0019b83ed56643b634972d8a15651ef2eaa2d735)) by @
495
- * **deps:** bump the alwatr-dependencies group with 4 updates ([eb7fdfa](https://github.com/Alwatr/flux/commit/eb7fdfa545b5c1e040839a427326937acdcd8cb3)) by @
496
- * **deps:** bump the alwatr-dependencies group with 4 updates ([4069863](https://github.com/Alwatr/flux/commit/40698638f3825b118d8c24fa115403f3f3b564a7)) by @
497
- * **deps:** fix and update ([ab83ec7](https://github.com/Alwatr/flux/commit/ab83ec789d43245a8ff109e151b054a1fecb8e2a)) by @
498
- * **deps:** update ([d7e2ef1](https://github.com/Alwatr/flux/commit/d7e2ef1a9de62fff6bfb2fd32af7dcfb4fcb048d)) by @njfamirm
499
- * **deps:** upgrade ([7e60a62](https://github.com/Alwatr/flux/commit/7e60a6237f8b07b72dd9afd6bbaa140b187fe882)) by @
500
- * **deps:** workspace dependencies ([627938e](https://github.com/Alwatr/flux/commit/627938e38e75a5e425388c3d56837feffd6716a2)) by @
501
- * rename core to packages ([9158c8e](https://github.com/Alwatr/flux/commit/9158c8e4c679d96c9b54e91ea6faa49364d47494)) by @
502
- * **signal:** rename signal2 ([33adbea](https://github.com/Alwatr/flux/commit/33adbeabe9384d5de30742e4c4b00db410596e52)) by @
503
- * update changelogs ([a965ecd](https://github.com/Alwatr/flux/commit/a965ecd095cb621b4a7748d2e048f4a82b0aa872)) by @
504
- * **yarn:** pnp mode ([02bd406](https://github.com/Alwatr/flux/commit/02bd4064e381c483e31a8acbe7c72e7aed3e62b3)) by @
505
-
506
- ### Dependencies update
507
-
508
- * bump the alwatr-dependencies group with 6 updates ([4470fd8](https://github.com/Alwatr/flux/commit/4470fd8be49e1a73c17bdd5a09127b9f3a67b3bb)) by @dependabot[bot]
509
- * update ([e8f8281](https://github.com/Alwatr/flux/commit/e8f8281beb24988466c6e29f724a963118870933)) by @AliMD
510
-
511
- ## [2.0.5](https://github.com/Alwatr/flux/compare/@alwatr/signal@2.0.4...@alwatr/signal@2.0.5) (2023-12-19)
512
-
513
- **Note:** Version bump only for package @alwatr/signal
514
-
515
- ## [2.0.4](https://github.com/Alwatr/flux/compare/@alwatr/signal@2.0.2...@alwatr/signal@2.0.4) (2023-12-19)
516
-
517
- **Note:** Version bump only for package @alwatr/signal
518
-
519
- ## [2.0.3](https://github.com/Alwatr/flux/compare/@alwatr/signal@2.0.2...@alwatr/signal@2.0.3) (2023-11-09)
520
-
521
- **Note:** Version bump only for package @alwatr/signal
522
-
523
- ## [2.0.2](https://github.com/Alwatr/flux/compare/@alwatr/signal@2.0.1...@alwatr/signal@2.0.2) (2023-11-01)
524
-
525
- **Note:** Version bump only for package @alwatr/signal
526
-
527
- ## [2.0.1](https://github.com/Alwatr/flux/compare/@alwatr/signal@2.0.0...@alwatr/signal@2.0.1) (2023-10-23)
528
-
529
- ### Bug Fixes
530
-
531
- - **signal:** compatible with new logger api ([0a3b1c0](https://github.com/Alwatr/flux/commit/0a3b1c02b285daa66491104a14596e6a19895e11)) by @
532
-
533
- # 2.0.0 (2023-09-19)
534
-
535
- ### Bug Fixes
536
-
537
- - all new repo path and packages dependencies ([21a6afa](https://github.com/Alwatr/flux/commit/21a6afa0badafe4051617d9a9e3bbfbaabd0c4ad)) by @AliMD
538
- - cleanup old signal and fsm v1 ([bde0bea](https://github.com/Alwatr/flux/commit/bde0bea06a6750bebad49a127b75b57fd5e55ddd)) by @AliMD
539
- - **signal:** package name ([4791b54](https://github.com/Alwatr/flux/commit/4791b54c8da75cf43eb9c86180f1ed94b0e28c4e)) by @AliMD
540
- - **signal:** signal2 name ([70b71e3](https://github.com/Alwatr/flux/commit/70b71e312cb5e5d4c54c37c5c327712200f90be5)) by @AliMD
541
- - ts refrence path ([c2baa44](https://github.com/Alwatr/flux/commit/c2baa44999c72a0015481fc8fea25439329c3f37)) by @AliMD
542
-
543
- ## [1.1.2](https://github.com/Alwatr/flux/compare/@alwatr/signal@1.1.1...@alwatr/signal@1.1.2) (2023-09-12)
544
-
545
- **Note:** Version bump only for package @alwatr/signal
546
-
547
- ## [1.1.1](https://github.com/Alwatr/flux/compare/@alwatr/signal@1.1.0...@alwatr/signal@1.1.1) (2023-09-12)
548
-
549
- **Note:** Version bump only for package @alwatr/signal
550
-
551
- # 1.1.0 (2023-09-12)
552
-
553
- # 1.0.0 (2023-06-14)
554
-
555
- # 0.32.0 (2023-05-27)
556
-
557
- # 0.31.0 (2023-05-08)
558
-
559
- ### Bug Fixes
560
-
561
- - new logger api ([9d83a7d](https://github.com/Alwatr/flux/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300))
562
- - **signal:** dont receivePrevious when listener is disabled ([68ae207](https://github.com/Alwatr/flux/commit/68ae207ce9ecf104922b24910d8dfcedb13acde7))
563
- - **signal:** requestableContextProvider.getValue ([0a7111d](https://github.com/Alwatr/flux/commit/0a7111da7b8eb004566922dc9b35edfc02a55147))
564
-
565
- ### Features
566
-
567
- - **signal:** new RequestableContext with state ([b8a8e55](https://github.com/Alwatr/flux/commit/b8a8e550d3952863d85ba9d9d87513a668a9430d))
568
-
569
- # 0.30.0 (2023-03-06)
570
-
571
- ### Bug Fixes
572
-
573
- - **signal:** NextCycle with own detail ([01f3c79](https://github.com/Alwatr/flux/commit/01f3c79500927f6384a33abcc9b0cb2355794b3e))
574
- - **signal:** nodejs compatibility ([69d8a60](https://github.com/Alwatr/flux/commit/69d8a60ad64d44ee7c3ced002e702f13408a5a50))
575
- - **signal:** requestableContextConsumer bind issue ([66467f6](https://github.com/Alwatr/flux/commit/66467f6e5681d84d7f2e0b353206d4bb579b26f2))
576
- - **signal:** requestContext dispatch issue ([e937ebd](https://github.com/Alwatr/flux/commit/e937ebd3a90fc6a9946f5c35ef4f6f40b6ab4b00))
577
-
578
- ### Features
579
-
580
- - **signal:** add untilChange for contextProvider ([cb44916](https://github.com/Alwatr/flux/commit/cb4491698fd5ddfbe055032fc2cb50691de31194))
581
- - **signal:** defineCommand return ListenerSpec ([21fecac](https://github.com/Alwatr/flux/commit/21fecacb6aa9423da9e3c177a4bbc59952d94e35))
582
- - **signal:** dispatch NextCycle option ([b30eb31](https://github.com/Alwatr/flux/commit/b30eb316d92f594034fc40d195c4033e38e4d2e2))
583
-
584
- # 0.29.0 (2023-02-10)
585
-
586
- ### Bug Fixes
587
-
588
- - **signal/core:** \_getSignalObject ([1374188](https://github.com/Alwatr/flux/commit/1374188bdc7e689ded11d04bf4588a1162cc6d86))
589
- - **signal:** alert [#1455](https://github.com/Alwatr/flux/issues/1455) ([203307d](https://github.com/Alwatr/flux/commit/203307df308a12e6c38cb9e0e2301b2015b6ff45))
590
- - **signal:** clean old interfaces ([b2987ad](https://github.com/Alwatr/flux/commit/b2987add7bfe0cf609fa355403fb9fb5de3f6b8a))
591
- - **signal:** export all interfaces ([8704eac](https://github.com/Alwatr/flux/commit/8704eac6ae7a8a45e77c24ef5e602e36af3fd21e))
592
- - **signal:** export listeners ([fb05bfb](https://github.com/Alwatr/flux/commit/fb05bfb9b7eb30427442783677ce1d4da5401160))
593
- - **signal:** import types ([cc0b88b](https://github.com/Alwatr/flux/commit/cc0b88be420b1fe057a8640bbffb1af3bf327cef))
594
- - **signal:** interface bind type ([7b6c820](https://github.com/Alwatr/flux/commit/7b6c820da2ba216f36e089bf79bdeccf208df3b1))
595
- - **signal:** reported issues ([75f688f](https://github.com/Alwatr/flux/commit/75f688faf96a056a256603d05276f5731db86aee))
596
- - **signal:** TSignal on SignalControllerInterface ([ac42b7c](https://github.com/Alwatr/flux/commit/ac42b7c7023549e8dd07cd3d9e189f356ffa06ee))
597
-
598
- ### Features
599
-
600
- - **signal-manager:** enhance provider, docs ([c4583a3](https://github.com/Alwatr/flux/commit/c4583a3b0fcbf38b5e426aaa2bc6e0f52ccac5fd))
601
- - **signal:** alias in SignalInterface & BoundSignalInterface ([053030b](https://github.com/Alwatr/flux/commit/053030b96c09d474794f32327d892f1d3690656c))
602
- - **signal:** bind signal ([de49a13](https://github.com/Alwatr/flux/commit/de49a13eaffce31660849dfc63285d97e9098c0c))
603
- - **signal:** command handler/provider interface ([3d23683](https://github.com/Alwatr/flux/commit/3d236837e13d8cfdcd44a1570bdc9659f48e7f47))
604
- - **signal:** command signals ([98c1d90](https://github.com/Alwatr/flux/commit/98c1d90978329e4c5c584e19edb1aaa365632162))
605
- - **signal:** command trigger interface ([dda9466](https://github.com/Alwatr/flux/commit/dda94666d9e8e490fea26038044df0e67c203583))
606
- - **signal:** commandSignal ([5a0d7e5](https://github.com/Alwatr/flux/commit/5a0d7e5498087620d28548ea5d90036a7b17483a))
607
- - **signal:** context prover and consumer ([081a51a](https://github.com/Alwatr/flux/commit/081a51a1ee88e66ebbcd0c58186c00a6aa9e1032))
608
- - **signal:** contextProvider.expire ([7d0ce93](https://github.com/Alwatr/flux/commit/7d0ce937f0eadcd9019e6047fbe07aa1a3b579a7))
609
- - **signal:** event listener interface ([4ca4079](https://github.com/Alwatr/flux/commit/4ca407938d444027cdbd435173c875fdd9ce8e28))
610
- - **signal:** event trigger interface ([9b90597](https://github.com/Alwatr/flux/commit/9b905979a5065640981433ec7d120ba2494966bb))
611
- - **signal:** new contextConsumer interface ([9ee4a62](https://github.com/Alwatr/flux/commit/9ee4a624211adb66d9c3d180470cca44ed7df382))
612
- - **signal:** new contextProvider interface ([e5d29eb](https://github.com/Alwatr/flux/commit/e5d29ebaa75d71bb5a87bedddb2be7600e68b210))
613
- - **signal:** new manager interface ([f028306](https://github.com/Alwatr/flux/commit/f028306f4d7932df65a1bbeade0d29377a370e2e))
614
- - **signal:** new requestable context consumer interface ([bf6845f](https://github.com/Alwatr/flux/commit/bf6845f35a98bb63bcfa42196c2f977d64aea59e))
615
- - **signal:** new requestable context provider interface ([2c8d576](https://github.com/Alwatr/flux/commit/2c8d57604dcb07a2831d85d4ef1e262863a5fae8))
616
- - **signal:** new signal dynamic types ([0f1a38e](https://github.com/Alwatr/flux/commit/0f1a38e356ab73e4e2e1a8f852585e50e86cff0e))
617
- - **signal:** new simple api ([eb1e478](https://github.com/Alwatr/flux/commit/eb1e47892d4478fb6c687f6d15e1a5c204b5666c))
618
- - **signal:** refactor all generic types with Stringifyable ([bdcef63](https://github.com/Alwatr/flux/commit/bdcef632c81fa5e7c7ae595a7a77092c53821850))
619
- - **signal:** separate request command with response ([47a779e](https://github.com/Alwatr/flux/commit/47a779e9a814d5d6a388f1a3e94c23e7fb977dce))
620
- - **signal:** signal.request ([d791b3e](https://github.com/Alwatr/flux/commit/d791b3eef846697020b76bfecfbf25a3e31eb3a5))
621
- - **signal:** signal.untilNext ([9df78c0](https://github.com/Alwatr/flux/commit/9df78c03dea243b467504fdf422388ab9d2b5660))
622
- - **signal:** signals.expire ([3591efd](https://github.com/Alwatr/flux/commit/3591efd5e42f7a981814fd59d7189b5066735302))
623
-
624
- # 0.28.0 (2023-01-20)
625
-
626
- # 0.27.0 (2022-12-29)
627
-
628
- # 0.26.0 (2022-12-22)
629
-
630
- ### Bug Fixes
631
-
632
- - set correct path ([d01ce6f](https://github.com/Alwatr/flux/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
633
- - tsconfig ([e96dcd3](https://github.com/Alwatr/flux/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
634
-
635
- ### Features
636
-
637
- - improve error debugging ([1fba504](https://github.com/Alwatr/flux/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c))
638
-
639
- # [1.0.0](https://github.com/Alwatr/flux/compare/v0.32.0...v1.0.0) (2023-06-14)
640
-
641
- **Note:** Version bump only for package @alwatr/signal
642
-
643
- # [0.32.0](https://github.com/Alwatr/flux/compare/v0.31.0...v0.32.0) (2023-05-27)
644
-
645
- **Note:** Version bump only for package @alwatr/signal
646
-
647
- # [0.31.0](https://github.com/Alwatr/flux/compare/v0.30.0...v0.31.0) (2023-05-08)
648
-
649
- ### Bug Fixes
650
-
651
- - new logger api ([9d83a7d](https://github.com/Alwatr/flux/commit/9d83a7dc5c103bc3bb4282dacfd85fa998915300))
652
- - **signal:** dont receivePrevious when listener is disabled ([68ae207](https://github.com/Alwatr/flux/commit/68ae207ce9ecf104922b24910d8dfcedb13acde7))
653
- - **signal:** requestableContextProvider.getValue ([0a7111d](https://github.com/Alwatr/flux/commit/0a7111da7b8eb004566922dc9b35edfc02a55147))
654
-
655
- ### Features
656
-
657
- - **signal:** new RequestableContext with state ([b8a8e55](https://github.com/Alwatr/flux/commit/b8a8e550d3952863d85ba9d9d87513a668a9430d))
658
-
659
- # [0.30.0](https://github.com/Alwatr/flux/compare/v0.29.0...v0.30.0) (2023-03-06)
660
-
661
- ### Bug Fixes
662
-
663
- - **signal:** NextCycle with own detail ([01f3c79](https://github.com/Alwatr/flux/commit/01f3c79500927f6384a33abcc9b0cb2355794b3e))
664
- - **signal:** nodejs compatibility ([69d8a60](https://github.com/Alwatr/flux/commit/69d8a60ad64d44ee7c3ced002e702f13408a5a50))
665
- - **signal:** requestableContextConsumer bind issue ([66467f6](https://github.com/Alwatr/flux/commit/66467f6e5681d84d7f2e0b353206d4bb579b26f2))
666
- - **signal:** requestContext dispatch issue ([e937ebd](https://github.com/Alwatr/flux/commit/e937ebd3a90fc6a9946f5c35ef4f6f40b6ab4b00))
667
-
668
- ### Features
669
-
670
- - **signal:** add untilChange for contextProvider ([cb44916](https://github.com/Alwatr/flux/commit/cb4491698fd5ddfbe055032fc2cb50691de31194))
671
- - **signal:** defineCommand return ListenerSpec ([21fecac](https://github.com/Alwatr/flux/commit/21fecacb6aa9423da9e3c177a4bbc59952d94e35))
672
- - **signal:** dispatch NextCycle option ([b30eb31](https://github.com/Alwatr/flux/commit/b30eb316d92f594034fc40d195c4033e38e4d2e2))
673
-
674
- # [0.29.0](https://github.com/Alwatr/flux/compare/v0.28.0...v0.29.0) (2023-02-10)
675
-
676
- ### Bug Fixes
677
-
678
- - **signal/core:** \_getSignalObject ([1374188](https://github.com/Alwatr/flux/commit/1374188bdc7e689ded11d04bf4588a1162cc6d86))
679
- - **signal:** alert [#1455](https://github.com/Alwatr/flux/issues/1455) ([203307d](https://github.com/Alwatr/flux/commit/203307df308a12e6c38cb9e0e2301b2015b6ff45))
680
- - **signal:** clean old interfaces ([b2987ad](https://github.com/Alwatr/flux/commit/b2987add7bfe0cf609fa355403fb9fb5de3f6b8a))
681
- - **signal:** export all interfaces ([8704eac](https://github.com/Alwatr/flux/commit/8704eac6ae7a8a45e77c24ef5e602e36af3fd21e))
682
- - **signal:** export listeners ([fb05bfb](https://github.com/Alwatr/flux/commit/fb05bfb9b7eb30427442783677ce1d4da5401160))
683
- - **signal:** import types ([cc0b88b](https://github.com/Alwatr/flux/commit/cc0b88be420b1fe057a8640bbffb1af3bf327cef))
684
- - **signal:** interface bind type ([7b6c820](https://github.com/Alwatr/flux/commit/7b6c820da2ba216f36e089bf79bdeccf208df3b1))
685
- - **signal:** reported issues ([75f688f](https://github.com/Alwatr/flux/commit/75f688faf96a056a256603d05276f5731db86aee))
686
- - **signal:** TSignal on SignalControllerInterface ([ac42b7c](https://github.com/Alwatr/flux/commit/ac42b7c7023549e8dd07cd3d9e189f356ffa06ee))
687
-
688
- ### Features
689
-
690
- - **signal-manager:** enhance provider, docs ([c4583a3](https://github.com/Alwatr/flux/commit/c4583a3b0fcbf38b5e426aaa2bc6e0f52ccac5fd))
691
- - **signal:** alias in SignalInterface & BoundSignalInterface ([053030b](https://github.com/Alwatr/flux/commit/053030b96c09d474794f32327d892f1d3690656c))
692
- - **signal:** bind signal ([de49a13](https://github.com/Alwatr/flux/commit/de49a13eaffce31660849dfc63285d97e9098c0c))
693
- - **signal:** command handler/provider interface ([3d23683](https://github.com/Alwatr/flux/commit/3d236837e13d8cfdcd44a1570bdc9659f48e7f47))
694
- - **signal:** command signals ([98c1d90](https://github.com/Alwatr/flux/commit/98c1d90978329e4c5c584e19edb1aaa365632162))
695
- - **signal:** command trigger interface ([dda9466](https://github.com/Alwatr/flux/commit/dda94666d9e8e490fea26038044df0e67c203583))
696
- - **signal:** commandSignal ([5a0d7e5](https://github.com/Alwatr/flux/commit/5a0d7e5498087620d28548ea5d90036a7b17483a))
697
- - **signal:** context prover and consumer ([081a51a](https://github.com/Alwatr/flux/commit/081a51a1ee88e66ebbcd0c58186c00a6aa9e1032))
698
- - **signal:** contextProvider.expire ([7d0ce93](https://github.com/Alwatr/flux/commit/7d0ce937f0eadcd9019e6047fbe07aa1a3b579a7))
699
- - **signal:** event listener interface ([4ca4079](https://github.com/Alwatr/flux/commit/4ca407938d444027cdbd435173c875fdd9ce8e28))
700
- - **signal:** event trigger interface ([9b90597](https://github.com/Alwatr/flux/commit/9b905979a5065640981433ec7d120ba2494966bb))
701
- - **signal:** new contextConsumer interface ([9ee4a62](https://github.com/Alwatr/flux/commit/9ee4a624211adb66d9c3d180470cca44ed7df382))
702
- - **signal:** new contextProvider interface ([e5d29eb](https://github.com/Alwatr/flux/commit/e5d29ebaa75d71bb5a87bedddb2be7600e68b210))
703
- - **signal:** new manager interface ([f028306](https://github.com/Alwatr/flux/commit/f028306f4d7932df65a1bbeade0d29377a370e2e))
704
- - **signal:** new requestable context consumer interface ([bf6845f](https://github.com/Alwatr/flux/commit/bf6845f35a98bb63bcfa42196c2f977d64aea59e))
705
- - **signal:** new requestable context provider interface ([2c8d576](https://github.com/Alwatr/flux/commit/2c8d57604dcb07a2831d85d4ef1e262863a5fae8))
706
- - **signal:** new signal dynamic types ([0f1a38e](https://github.com/Alwatr/flux/commit/0f1a38e356ab73e4e2e1a8f852585e50e86cff0e))
707
- - **signal:** new simple api ([eb1e478](https://github.com/Alwatr/flux/commit/eb1e47892d4478fb6c687f6d15e1a5c204b5666c))
708
- - **signal:** refactor all generic types with Stringifyable ([bdcef63](https://github.com/Alwatr/flux/commit/bdcef632c81fa5e7c7ae595a7a77092c53821850))
709
- - **signal:** separate request command with response ([47a779e](https://github.com/Alwatr/flux/commit/47a779e9a814d5d6a388f1a3e94c23e7fb977dce))
710
- - **signal:** signal.request ([d791b3e](https://github.com/Alwatr/flux/commit/d791b3eef846697020b76bfecfbf25a3e31eb3a5))
711
- - **signal:** signal.untilNext ([9df78c0](https://github.com/Alwatr/flux/commit/9df78c03dea243b467504fdf422388ab9d2b5660))
712
- - **signal:** signals.expire ([3591efd](https://github.com/Alwatr/flux/commit/3591efd5e42f7a981814fd59d7189b5066735302))
713
-
714
- # [0.28.0](https://github.com/Alwatr/flux/compare/v0.27.0...v0.28.0) (2023-01-20)
715
-
716
- **Note:** Version bump only for package @alwatr/signal
717
-
718
- # [0.27.0](https://github.com/Alwatr/flux/compare/v0.26.0...v0.27.0) (2022-12-29)
719
-
720
- **Note:** Version bump only for package @alwatr/signal
721
-
722
- # [0.26.0](https://github.com/Alwatr/flux/compare/v0.25.0...v0.26.0) (2022-12-22)
723
-
724
- ### Bug Fixes
725
-
726
- - set correct path ([d01ce6f](https://github.com/Alwatr/flux/commit/d01ce6ffa749a5e3e0e11e35b4ed61d75d61fec9))
727
- - tsconfig ([e96dcd3](https://github.com/Alwatr/flux/commit/e96dcd30774a9f06f7d051e0504192cbbe019e35))
728
-
729
- ### Features
730
-
731
- - improve error debugging ([1fba504](https://github.com/Alwatr/flux/commit/1fba50400a1e8ececc10bbe8ea11cc8dcea2289c))
732
-
733
- # [0.25.0](https://github.com/Alwatr/flux/compare/v0.24.1...v0.25.0) (2022-12-07)
734
-
735
- **Note:** Version bump only for package @alwatr/signal
736
-
737
- ## [0.24.1](https://github.com/Alwatr/flux/compare/v0.24.0...v0.24.1) (2022-12-01)
738
-
739
- **Note:** Version bump only for package @alwatr/signal
740
-
741
- # [0.24.0](https://github.com/Alwatr/flux/compare/v0.23.0...v0.24.0) (2022-11-28)
742
-
743
- ### Bug Fixes
744
-
745
- - use ~ for package version ([4e027ff](https://github.com/Alwatr/flux/commit/4e027ff63875e03b088ebcdc1bdf2495f4494eec))
746
-
747
- # [0.23.0](https://github.com/Alwatr/flux/compare/v0.22.1...v0.23.0) (2022-11-23)
748
-
749
- **Note:** Version bump only for package @alwatr/signal
750
-
751
- ## [0.22.1](https://github.com/Alwatr/flux/compare/v0.22.0...v0.22.1) (2022-11-21)
752
-
753
- **Note:** Version bump only for package @alwatr/signal
754
-
755
- # [0.22.0](https://github.com/Alwatr/flux/compare/v0.21.0...v0.22.0) (2022-11-20)
756
-
757
- **Note:** Version bump only for package @alwatr/signal
758
-
759
- # [0.21.0](https://github.com/Alwatr/flux/compare/v0.20.0...v0.21.0) (2022-11-13)
760
-
761
- **Note:** Version bump only for package @alwatr/signal
762
-
763
- # [0.20.0](https://github.com/Alwatr/flux/compare/v0.19.0...v0.20.0) (2022-11-05)
764
-
765
- **Note:** Version bump only for package @alwatr/signal
766
-
767
- # [0.19.0](https://github.com/Alwatr/flux/compare/v0.18.0...v0.19.0) (2022-11-01)
768
-
769
- ### Bug Fixes
770
-
771
- - Import error in webpack ([1a52f67](https://github.com/Alwatr/flux/commit/1a52f67ff2788c51abd13126f34353c26aa669c3))
772
-
773
- # [0.18.0](https://github.com/Alwatr/flux/compare/v0.17.0...v0.18.0) (2022-10-22)
774
-
775
- **Note:** Version bump only for package @alwatr/signal
776
-
777
- # [0.17.0](https://github.com/Alwatr/flux/compare/v0.16.1...v0.17.0) (2022-10-21)
778
-
779
- ### Bug Fixes
780
-
781
- - **signal:** default options ([bbb0d59](https://github.com/Alwatr/flux/commit/bbb0d59442301344781691bbecad39aed7f6ac40))
782
-
783
- # [0.16.0](https://github.com/Alwatr/flux/compare/v0.15.0...v0.16.0) (2022-09-08)
784
-
785
- **Note:** Version bump only for package @alwatr/signal
786
-
787
- # [0.15.0](https://github.com/Alwatr/flux/compare/v0.14.0...v0.15.0) (2022-09-01)
788
-
789
- ### Bug Fixes
790
-
791
- - get signal object of `request` signal ([eec4b62](https://github.com/Alwatr/flux/commit/eec4b6201d79785aa10f4b9c777449525158a346))
792
- - **signal:** fix some issues of `review` ([36ceb8b](https://github.com/Alwatr/flux/commit/36ceb8b25987621065327b4fa475a213562af8e7))
793
- - **signal:** log performance and security issue ([dbe9483](https://github.com/Alwatr/flux/commit/dbe9483b672099b91c18c3a103c2878435fd6508))
794
-
795
- # [0.14.0](https://github.com/Alwatr/flux/compare/v0.13.0...v0.14.0) (2022-08-19)
796
-
797
- **Note:** Version bump only for package @alwatr/signal
798
-
799
- # [0.13.0](https://github.com/Alwatr/flux/compare/v0.12.0...v0.13.0) (2022-08-06)
800
-
801
- **Note:** Version bump only for package @alwatr/signal
802
-
803
- # [0.12.0](https://github.com/Alwatr/flux/compare/v0.11.0...v0.12.0) (2022-07-22)
804
-
805
- **Note:** Version bump only for package @alwatr/signal
806
-
807
- # [0.11.0](https://github.com/Alwatr/flux/compare/v0.10.1...v0.11.0) (2022-04-16)
808
-
809
- **Note:** Version bump only for package @alwatr/signal
810
-
811
- # [0.10.0](https://github.com/Alwatr/flux/compare/v0.9.0...v0.10.0) (2022-04-02)
812
-
813
- **Note:** Version bump only for package @alwatr/signal
814
-
815
- # [0.9.0](https://github.com/Alwatr/flux/compare/v0.8.0...v0.9.0) (2022-03-22)
816
-
817
- ### Features
818
-
819
- - **signal:** ListenerInterface ([38ef029](https://github.com/Alwatr/flux/commit/38ef0291c5ba2e3619080ad89109d805d3d600f2))
820
-
821
- # [0.8.0](https://github.com/Alwatr/flux/compare/v0.7.2...v0.8.0) (2022-03-14)
822
-
823
- ### Bug Fixes
824
-
825
- - **signal:** remove once listene in dispatch change imediatly the loop! ([e4d420d](https://github.com/Alwatr/flux/commit/e4d420d3a086558dc01dcd7a9c5fe3e96677f092))
826
-
827
- ## [0.7.2](https://github.com/Alwatr/flux/compare/v0.7.1...v0.7.2) (2022-03-12)
828
-
829
- ### Bug Fixes
830
-
831
- - **signal:** promise to multi requests works ([dd59f0e](https://github.com/Alwatr/flux/commit/dd59f0e5737abec72c41895b93365199fad66fcb))
832
-
833
- # [0.7.0](https://github.com/Alwatr/flux/compare/v0.6.1...v0.7.0) (2022-03-12)
834
-
835
- **Note:** Version bump only for package @alwatr/signal
836
-
837
- # [0.6.0](https://github.com/Alwatr/flux/compare/v0.5.0...v0.6.0) (2022-03-11)
838
-
839
- ### Bug Fixes
840
-
841
- - alalwatr ([898aa6e](https://github.com/Alwatr/flux/commit/898aa6ed0888eab9265c83b96a50f1b8c216d143))
842
- - **packages:** duplicate alwatr keyword ([77d4aa2](https://github.com/Alwatr/flux/commit/77d4aa2105ad47515c3eee251fd6b8c281d0d1fc))
843
-
844
- # [0.5.0](https://github.com/Alwatr/flux/compare/v0.4.0...v0.5.0) (2022-03-11)
845
-
846
- ### Bug Fixes
847
-
848
- - **signal:** disabled getter and optional dispatch options ([28ced3d](https://github.com/Alwatr/flux/commit/28ced3d0c4cdf44fc2aebfab98db0883fc5363fe))
849
-
850
- ### Features
851
-
852
- - **signal:** new SignalInterface ([221701a](https://github.com/Alwatr/flux/commit/221701a54ea9edda4a3a935a7b098e235ec52691))
853
-
854
- # [0.4.0](https://github.com/Alwatr/flux/compare/v0.3.0...v0.4.0) (2022-03-11)
855
-
856
- **Note:** Version bump only for package @alwatr/signal
857
-
858
- # [0.3.0](https://github.com/Alwatr/flux/compare/v0.2.1...v0.3.0) (2022-03-06)
859
-
860
- ### Bug Fixes
861
-
862
- - **signal:** signal provider type ([0151c57](https://github.com/Alwatr/flux/commit/0151c57d9b6d4f7e83bb9b1847ebe0ae53cd8f89))
863
-
864
- ## [0.2.1](https://github.com/Alwatr/flux/compare/v0.2.0...v0.2.1) (2022-03-05)
865
-
866
- ### Bug Fixes
867
-
868
- - **signal:** signal value type issue ([292a4a7](https://github.com/Alwatr/flux/commit/292a4a7d12a2fd143761e67cd1ecd2e5e40f2ee9))
869
-
870
- # [0.2.0](https://github.com/Alwatr/flux/compare/v0.1.2...v0.2.0) (2022-03-05)
871
-
872
- ### Bug Fixes
873
-
874
- - **router:** rename setSignalProvider callback detail to requestParam ([6e09f87](https://github.com/Alwatr/flux/commit/6e09f8772d320625fb4c15ccaa0abcfa2932f992))
875
- - **signal:** fix dispatchSignal value parameters ([4d34cfb](https://github.com/Alwatr/flux/commit/4d34cfbb5281d5ce4a4f06ddaaf72218dde80cdd))
876
-
877
- ### Features
878
-
879
- - **signal:** add contributors ([64287cd](https://github.com/Alwatr/flux/commit/64287cd8cea95665a6ed298177df60dadda7642b))
880
- - **signal:** improve signal provider by dispatch return content ([80c2b27](https://github.com/Alwatr/flux/commit/80c2b275bcc0521327400c5902f512c778f5eb3f))
881
-
882
- ## [0.1.2](https://github.com/Alwatr/flux/compare/v0.1.1...v0.1.2) (2022-03-03)
883
-
884
- **Note:** Version bump only for package @alwatr/signal
885
-
886
- ## [0.1.1](https://github.com/Alwatr/flux/compare/v0.1.0...v0.1.1) (2022-03-03)
887
-
888
- ### Bug Fixes
889
-
890
- - **packages:** add publish config to public ([9cb3710](https://github.com/Alwatr/flux/commit/9cb37106b5a35d24d5195ff54232e5769ccc034e))
891
-
892
- # 0.1.0 (2022-03-02)
893
-
894
- ### Bug Fixes
895
-
896
- - **signal:** AlwatrRequestSignals global type ([228e333](https://github.com/Alwatr/flux/commit/228e3333326b23df51e7834872daf1349826bf09))
897
-
898
- ### Features
899
-
900
- - **signal:** addSignalListener ([e7c5742](https://github.com/Alwatr/flux/commit/e7c57427ef11e2624eb9a52a166720b1a3c5f66a))
901
- - **signal:** getSignalObject ([b38954c](https://github.com/Alwatr/flux/commit/b38954cf4ae1c24eaaa79ecf513995a4678814ee))
902
- - **signal:** impeliment addSignalProvider, waitForSignal, hasSignalDispatchedBefore, expireSignal ([e0b4d78](https://github.com/Alwatr/flux/commit/e0b4d7831764d4454591f5105c5512e1657a63e5))
903
- - **signal:** impeliment dispatchSignal ([cb2dfbe](https://github.com/Alwatr/flux/commit/cb2dfbe23ea751cba93cb1f6516cd2bfa2ecb18e))
904
- - **signal:** ListenerObject, SignalObject types ([36d8a33](https://github.com/Alwatr/flux/commit/36d8a336760bba3808cfd26a28e4d24a31c95f8f))
905
- - **signal:** make new package for manage signals ([5bf82b3](https://github.com/Alwatr/flux/commit/5bf82b3f05abc89102634e9b864d81b5b5af527e))
906
- - **signal:** register to alwatr meta ([9c850e8](https://github.com/Alwatr/flux/commit/9c850e8df787aa44d289929dc65439e921982dce))
907
- - **signal:** removeSignalListener ([0088a52](https://github.com/Alwatr/flux/commit/0088a5269ccce8b50a50e444695c81654fda70ff))
908
- - **signal:** requestSignal ([111ab5a](https://github.com/Alwatr/flux/commit/111ab5a1436bc380f5121ef8c130da7010258d90))