File tree 2 files changed +7
-13
lines changed
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
2
2
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.
5
5
([ #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 ) )
11
9
- Added support for ` JsonSerializable(converters: <JsonConverter>[]) `
12
10
([ #1072 ] ( https://github.com/google/json_serializable.dart/issues/1072 ) )
13
11
- Fix issue with serialization of non-nullable enumerations emitting a nullable
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 6.3.1-dev
2
+ version : 6.3.0
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
@@ -36,7 +36,3 @@ dev_dependencies:
36
36
test_descriptor : ^2.0.0
37
37
test_process : ^2.0.0
38
38
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