File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1- ## 6.3.1-dev
1+ ## 6.3.0
22
3- - Added support for generating ` _$ExampleFieldMeta ` , which can be used by other
4- code-generators that needs to interact with the JSON serialization.
3+ - Added support for generating ` _$ExampleFieldMap ` , which can be used by other
4+ code-generators that needs to interact with JSON serialization.
55 ([ #1164 ] ( https://github.com/google/json_serializable.dart/pull/1164 ) )
6-
7- ## 6.3.0-dev
8-
9- - Added support for using a ` JsonConverter<MyClass, Object> ` on properties
10- of type ` MyClass? ` . ([ #822 ] ( https://github.com/google/json_serializable.dart/issues/822 ) )
6+ - Added support for using a ` JsonConverter<MyClass, Object> ` on properties of
7+ type ` MyClass? ` .
8+ ([ #822 ] ( https://github.com/google/json_serializable.dart/issues/822 ) )
119- Added support for ` JsonSerializable(converters: <JsonConverter>[]) `
1210 ([ #1072 ] ( https://github.com/google/json_serializable.dart/issues/1072 ) )
1311- Fix issue with serialization of non-nullable enumerations emitting a nullable
Original file line number Diff line number Diff line change 11name : json_serializable
2- version : 6.3.1-dev
2+ version : 6.3.0
33description : >-
44 Automatically generate code for converting to and from JSON by annotating
55 Dart classes.
@@ -36,7 +36,3 @@ dev_dependencies:
3636 test_descriptor : ^2.0.0
3737 test_process : ^2.0.0
3838 yaml : ^3.0.0
39-
40- dependency_overrides :
41- json_annotation :
42- path : ../json_annotation
You can’t perform that action at this time.
0 commit comments