Skip to content

Commit decbda1

Browse files
authored
Prepare to release json_serializable v6.3.0 (#1169)
1 parent 8a0e71e commit decbda1

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

json_serializable/CHANGELOG.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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

json_serializable/pubspec.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.3.1-dev
2+
version: 6.3.0
33
description: >-
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

0 commit comments

Comments
 (0)