You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* errors are no longer coerced to an `Error` when thrown
11
+
* errors thrown in effects will now update tracked observers and mark the effect as clean rather than dirty
12
+
13
+
### Bug Fixes
14
+
15
+
* do not coerce errors ([059e054](https://github.com/maverick-js/signals/commit/059e054282fe372aeed68fb1a37d286c28c9599d)), closes [#28](https://github.com/maverick-js/signals/issues/28)
16
+
* update observers when error occurs ([#33](https://github.com/maverick-js/signals/issues/33)) ([1d9d1dd](https://github.com/maverick-js/signals/commit/1d9d1dd59343881bd386746fc17aebd6b7b03d8b))
0 commit comments