dart_monty_platform_interface 0.4.0
dart_monty_platform_interface: ^0.4.0 copied to clipboard
Platform interface for dart_monty, pure Dart bindings for Monty — a restricted sandboxed Python interpreter built in Rust.
0.4.0 #
- Add
MontyResolveFuturessealed variant withpendingCallIds - Add
resumeAsFuture(),resolveFutures(),resolveFuturesWithErrors()toMontyPlatform - Update
MockMontyPlatformwith invocation tracking for new async methods
0.3.5 #
- Add
scriptNameparameter torun()andstart() - Add
excTypeandtracebackfields toMontyException - Add
MontyStackFramemodel for structured traceback frames - Add
kwargs,callId,methodCallfields toMontyPending - Update
MockMontyPlatformto capture new parameters
0.3.4 #
- Initial release.