Releases: Snowflyt/tinyeffect
Releases · Snowflyt/tinyeffect
v0.2.1
v0.2.0
- ✨ feat (BREAKING CHANGE):
effect
now returns an effected function instead of a gnerator function for consistency. Similarly,effectify
now returns anEffected
instance instead of a generator. - 🎈 perf: The performance of nested effects (handling effects within another effected program or other effects) has been significantly improved, now achieving up to 20x faster execution than before.