Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Avaq committed Jul 26, 2018
1 parent 5077d48 commit ba75ff2
Show file tree
Hide file tree
Showing 2 changed files with 6,080 additions and 5,672 deletions.
Loading

0 comments on commit ba75ff2

Please sign in to comment.