Skip to content

Deno TUI 2.0.0-RC4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Im-Beast Im-Beast released this 30 May 15:41
· 89 commits to main since this release
cabf6ea

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 in src/signals/, there's also mod.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