File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
* Revert change in ` 0.10.0 ` . ` stackTrace ` must be an instance of ` StackTrace ` .
38
38
Use the ` Trace ` class from the [ stack_trace package] [ ] to convert strings.
39
39
40
- [ stack_trace package ] : https://pub.dartlang.org /packages/stack_trace
40
+ [ stack_trace package ] : https://pub.dev /packages/stack_trace
41
41
42
42
## 0.10.0
43
43
48
48
* Added optional ` LogRecord.zone ` field.
49
49
50
50
* Record current zone (or user specified zone) when creating new ` LogRecord ` s.
51
-
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/dart-lang/logging.svg?branch=master )] ( https://travis-ci.org/dart-lang/logging )
2
- [ ![ Pub] ( https://img.shields.io/pub/v/logging.svg )] ( https://pub.dartlang.org /packages/logging )
2
+ [ ![ Pub] ( https://img.shields.io/pub/v/logging.svg )] ( https://pub.dev /packages/logging )
3
3
4
4
## Initializing
5
5
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ linter:
47
47
- prefer_conditional_assignment
48
48
- prefer_const_constructors
49
49
- prefer_final_fields
50
+ - prefer_generic_function_type_aliases
50
51
- prefer_initializing_formals
51
52
- prefer_interpolation_to_compose_strings
52
53
- prefer_single_quotes
You can’t perform that action at this time.
0 commit comments