mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
It turns out that handling destruction of a nested tracking scope was not as difficult as I thought and didn't need much changes
17 lines
319 B
Markdown
17 lines
319 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
## Unreleased
|
|
|
|
### Changed
|
|
|
|
- Reactive scopes created within reactive scopes are now destroyed on rerun.
|
|
|
|
---
|
|
|
|
## [0.1.0] - 2023-09-20
|
|
|
|
- Initial release
|