File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.10.0-nullsafety.7-dev
2
+
1
3
## 1.10.0-nullsafety.6
2
4
3
5
* Fix bug parsing asynchronous suspension gap markers at the end of stack
30
32
31
33
* Opt in to null safety.
32
34
35
+ ## 1.9.6 (backpublish)
36
+
37
+ * Fix bug parsing asynchronous suspension gap markers at the end of stack
38
+ traces. (Also fixed separately in 1.10.0-nullsafety.3)
39
+ * Fix bug parsing asynchronous suspension gap markers at the end of stack
40
+ traces, when parsing with ` Trace.parse ` and ` Chain.parse ` . (Also fixed
41
+ separately in 1.10.0-nullsafety.6)
42
+
33
43
## 1.9.5
34
44
35
45
* Parse the format for ` data: ` URIs that the Dart VM has used since ` 2.2.0 ` .
Original file line number Diff line number Diff line change 1
1
name : stack_trace
2
- version : 1.10.0-nullsafety.6
2
+ version : 1.10.0-nullsafety.7-dev
3
3
description : A package for manipulating stack traces and printing them readably.
4
4
homepage : https://github.com/dart-lang/stack_trace
5
5
You can’t perform that action at this time.
0 commit comments