diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 169910b..a6cd4dc 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -1,13 +1,8 @@ name: unit-test on: push: - paths: - - src/** - - test/** pull_request: - paths: - - src/** - - test/** + jobs: unit-test: runs-on: ubuntu-latest diff --git a/todo.md b/todo.md index 51ad4d8..f681f31 100644 --- a/todo.md +++ b/todo.md @@ -3,14 +3,16 @@ - cleanup codebase - setup site, improve docs - cleanup within `values()` and `indexes()` +- address behavior of binding property to multiples states - strict mode - better error reporting - warn when `values()` returns primitive + - warn when `values()` returns duplicate object - Implement from solid - [x] onCleanup > `cleanup()` - [x] Index > `indexes()` - [x] For > `values()` - [ ] untrack - [ ] batch - - [ ] async/loading/suspense + - [ ] async/resource/loading/suspense - define order with nested properties