Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

85 lines (50 loc) · 3.26 KB

🚀 Release Notes

Version: 1.3.0 Date: 2024-12-20

✨ Features

  • Error handling for resources (f4f7351)

🚀 Release Notes

Version: 1.2.1 Date: 2024-12-18

🐞 Bug Fixes

  • isASignal function renamed to isSignal (899ba02)

🛠️ Chores

  • kitchen sink demo images (2f3cab3)

🚀 Release Notes

Version: 1.2.0 Date: 2024-12-11

✨ Features

  • 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)

🐞 Bug Fixes

  • Computed values that return the unchanged value of a tracked signal are now recomputed when the source signal changes. (100308e)

🚀 Release Notes

Version: 1.1.1 Date: 2024-11-29

🐞 Bug Fixes

🚀 Release Notes

Version: 1.1.0 Date: 2024-11-29

✨ Features

  • Error handling and cyclical dependency management (#20) (97fa7fe)

🚀 Release Notes

Version: 1.0.2 Date: 2024-11-29

🐞 Bug Fixes

  • Fix issues with equality (fef168f)

🚀 Release Notes

Version: 1.0.1 Date: 2024-11-26

🐞 Bug Fixes

  • Reactive cycle improvements (2fa354a)

🚀 Release Notes

Version: 1.0.0 Date: 2024-11-22

✨ Features

  • Introduces the ability to make objects and array changes reactive by "tracking" them (8a6bdf4)