mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Bump version to 0.2.0
This commit is contained in:
parent
338c66ed57
commit
c527a62ab1
2 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
## Unreleased
|
## [0.2.0] - 2023-11-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
@ -15,12 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved graph updating algorithm.
|
- Improved graph updating algorithm.
|
||||||
- Graph nodes no longer destroy children; only owned.
|
- Graph nodes when destroyed no longer destroy children; only owned.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Graph edge case where a destroyed node can be readded if it was queued for
|
- Graph edge case where a destroyed node can be readded if it was queued for
|
||||||
evaluation before being destroyed.
|
rerun before being destroyed.
|
||||||
|
- Some properties not being applied when `create()` is used recursively.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- vide.luau
|
-- vide.luau
|
||||||
-- v0.1.1
|
-- v0.2.0
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
if not game then script = require "test/relative-string" end
|
if not game then script = require "test/relative-string" end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue