Deno TUI 2.0.0-RC4
Pre-release
Pre-release
Release 2.0.0-RC4
BREAKING CHANGES
- Signals have been rewritten, it doesn't change the way you should use them however:
BaseSignal
doesn't exist anymore- Each concept got its own module, meaning taht instead of just one
src/signals.ts
there's now multiple modules located insrc/signals/
, there's alsomod.ts
which re-exports everything. - Signal typing is now stricter, which could potentially break your code if it doesn't use proper types
Changelog
- Basically this whole release is about rewritten signals which fixes some bugs and is better in general
- Also added more tests for signals to prevent future breakage
Full Changelog: 2.0.0-RC3...2.0.0-RC4