Releases: heyMP/signals
Releases · heyMP/signals
@heymp/[email protected]
Patch Changes
-
163dc33: State stream async generator now returns correct type.
Previously, when trying to use the an async iteratable
in afor await
loop, the value would be typed asunknown
.
It is now correctly typed with the typing of the State generic.const count = new State(0); for await (const value of count) { value; // ^? const value:number }
@heymp/[email protected]
Major Changes
- 984be5e: Initial Release
@heymp/[email protected]
Patch Changes
- 6ae61db: Revamp release scripts
@heymp/[email protected]
Patch Changes
- 1b82da1: Add readme to signals package
@heymp/[email protected]
Patch Changes
- 5b4f6aa: Publish lib directory
@heymp/[email protected]
Patch Changes
- d64fb0e: Chore: add repo link
@heymp/[email protected]
Patch Changes
- de13006: Chore: publish to latest tag