Skip to content

Version 10.2.0

Choose a tag to compare

@Avaq Avaq released this 31 Oct 09:20
9a3e65a

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
    the 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