Update docs

This commit is contained in:
Aaron Smith 2023-08-10 15:42:58 +01:00
parent cc10c80a90
commit a4f59ee62b
5 changed files with 112 additions and 20 deletions

View file

@ -5,10 +5,8 @@
- cleanup within `values()` and `indexes()`
- behavior when a table source value is set to the same table
- address behavior of binding property to multiples states
- strict mode
- better error reporting and stack traces
- warn when `values()` returns primitive
- warn when `values()` returns duplicate object
- better error reporting and stack traces in strict mode
- auto-enable of strict mode depending on compiler optimizaton level
- implement from solid
- [x] onCleanup > `cleanup()`
- [x] Index > `indexes()`