Version: 1.3.0 Date: 2024-12-20
- Error handling for resources (f4f7351)
Version: 1.2.1 Date: 2024-12-18
- isASignal function renamed to isSignal (899ba02)
- kitchen sink demo images (2f3cab3)
Version: 1.2.0 Date: 2024-12-11
- Ability to read a signal value without subscribing to it via the
peek
function. (8dc1db3) - Effects and computed have a default identifier. (74f2521)
- Effects and computed have a default identifier. (7db87fb)
- Improved error handling (#22) (8144196)
- isASignal function allows to check if an object is a signal (c6be621)
- isASignal function allows to check if an object is a signal (06dd95b)
- Signals can be identified with a symbol through the "brand" property (17f7b10)
- Computed values that return the unchanged value of a tracked signal are now recomputed when the source signal changes. (100308e)
Version: 1.1.1 Date: 2024-11-29
- removing console logs. (1e9aecf)
Version: 1.1.0 Date: 2024-11-29
Version: 1.0.2 Date: 2024-11-29
- Fix issues with equality (fef168f)
Version: 1.0.1 Date: 2024-11-26
- Reactive cycle improvements (2fa354a)
Version: 1.0.0 Date: 2024-11-22
- Introduces the ability to make objects and array changes reactive by "tracking" them (8a6bdf4)