Version 10.2.0
✨ New Features
- Add "async stack traces": A feature which makes caught errors have extra
stack traces appended to theirstackproperty, 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