Skip to content

Commit

Permalink
Release 10.2.0
Browse files Browse the repository at this point in the history
New Features

- Add "async stack traces": A feature which makes caught errors have extra
  stack traces appended to their `stack` property, allowing users to trace
  he origin of an exception across multiple ticks.
- Add `Future.debugMode`: A function to turn async stack traces on or off.

Improvements

- Reduce bundle size through dependency trimming
- Fix a bug where a Computation could settle after crashing
  • Loading branch information
Avaq committed Oct 31, 2018
1 parent 5e3ec8c commit 9a3e65a
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 569 deletions.
Loading

0 comments on commit 9a3e65a

Please sign in to comment.