Deprecate create() overloads

Closes #70
This commit is contained in:
centauri 2026-04-29 21:33:29 +01:00
parent 7deae9c9f6
commit 19eaeb424f
4 changed files with 33 additions and 74 deletions

View file

@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `branch()` is now allowed to be used within a reactive scope.
### Deprecated
- `create()` overloads. Supported is now only `create(class)(props)`.
--------------------------------------------------------------------------------
## [0.4.0] - 2026-01-17