Releases: heyMP/signals
Releases · heyMP/signals
@heymp/signals@0.1.2
Patch Changes
- d6f4839: fix: cleanup old files
@heymp/signals@0.1.1
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/signals@1.0.0-next.0
Major Changes
- 984be5e: Initial Release
@heymp/signals@1.0.0-latest.5
Patch Changes
- 6ae61db: Revamp release scripts
@heymp/signals@1.0.0-latest.4
Patch Changes
- 1b82da1: Add readme to signals package
@heymp/signals@1.0.0-latest.3
Patch Changes
- 5b4f6aa: Publish lib directory
@heymp/signals@1.0.0-latest.2
Patch Changes
- d64fb0e: Chore: add repo link
@heymp/signals@1.0.0-latest.1
Patch Changes
- de13006: Chore: publish to latest tag