mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Support nesting Parent (#48)
* allow nesting parent property * update changelog * fix mock instances Parent property not being a proxy * add tests Closes #47
This commit is contained in:
parent
7064489a36
commit
37e8e05206
4 changed files with 39 additions and 21 deletions
|
|
@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
destroyed.
|
||||
- Error reporting should be improved with better formatting when effects invoke
|
||||
other effects and no more loss of stack traces.
|
||||
- Nesting parent properties now work, and they are now also checked for
|
||||
duplicates like other properties.
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue