- New interfaces:
ISignal
,IWritableSignal
- Removed API:
Dependency.setPropagationMode
System.startBatch
: move to top level exportsSystem.endBatch
: move to top level exports- Correctly schedule computed side effects
- Correctly schedule inner effect callbacks
- Add basic APIs:
signal()
,computed()
,effect()
,effectScope()
,System.startBatch()
,System.endBatch()