Skip to content

Version 9.0.0

Compare
Choose a tag to compare
@Avaq Avaq released this 26 Jul 10:29
· 472 commits to master since this release
ba75ff2

⚠️ Breaking changes

  • #224 Exceptions are now caught and rethrown in fork.
  • #230 Many of the TypeScript type definitions that used never now use a
    generic instead.
  • #238 When unsubscribing from a Future created by hook, the cancellation
    signal is no longer sent to the disposal Future.
  • #266 Exported TypeScript interfaces have been renamed to avoid naming
    conflicts with exported values.

New features

  • #250 Included interoperability with Sanctuary Show
  • #261 Added a new function, forkCatch, which allows for exception recovery.