-
1.8.11
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 42sreleased this
2026-05-25 13:21:40 +02:00 | 57 commits to main since this release- feat: allow for async patches to be awaited by optionally returning a Promise
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.8.10
StableAll checks were successfulUnit Tests / Check Unit Tests (push) Successful in 48sreleased this
2026-05-24 14:18:01 +02:00 | 63 commits to main since this release- make patch function syncronous
- it branches off to promises when necessary. this should result in a slight performance improvement
- allow prop definitons to be falsy
- makes writing conditional literals easier like:
[DIV, condition && { class: 'xyz' }]
- makes writing conditional literals easier like:
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- make patch function syncronous
-
released this
2026-05-21 22:59:05 +02:00 | 67 commits to main since this release- fix: ensure all queued state updates are reliably processed, even during ongoing renders
- test: add test suite as esm build
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-05-19 18:14:23 +02:00 | 70 commits to main since this release- fix: improve child rendering performance
- fix: bug when a component function was reused in multiple memos
- fix: setting an intermediate path to null via state context
- fix: measure time with performance api
- remove ability to memo prop objects as this could lead to undecidable situations during rendering
- update documentation and add more tests showing advanced features
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-05-17 00:45:24 +02:00 | 80 commits to main since this release- fix: rework onMount/onUnmount lifecycle
- fix: nested memo calls with unmount handlers
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-05-16 15:45:28 +02:00 | 82 commits to main since this release- fix: execute onUnmount reliably (symmetric to onMount)
- fix: in certain situations onMount was called multiple times in initial render
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-05-14 21:43:07 +02:00 | 90 commits to main since this release- fix: allow higher order component functions to use memo
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.8.4 Stable
released this
2026-05-08 20:14:37 +02:00 | 102 commits to main since this release- fix state-context passing arrays as sub-state
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.8.3 Stable
released this
2026-05-05 01:17:56 +02:00 | 103 commits to main since this release- state-context: removes the need to constantly unwrap the substate value if its type cannot be undefined|null
- in
Props<S>S now defaults to PatchableState - catch property in Props now expects an Error type instead of any
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.8.2 Stable
released this
2026-04-18 02:15:01 +02:00 | 104 commits to main since this release- patches applied after a state is initialized with createState() via stateObject.patch(...) before the call to app() occurs are now queued and applied before the inital patches. This fixes the mismatch in types during this period which would otherwise lead to an error.
- internal improvements
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads