Skip to content

Commit

Permalink
Prepare to release json_serializable v6.3.0 (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 7, 2022
1 parent 8a0e71e commit decbda1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 6 additions & 8 deletions json_serializable/CHANGELOG.md
@@ -1,13 +1,11 @@
## 6.3.1-dev
## 6.3.0

- Added support for generating `_$ExampleFieldMeta`, which can be used by other
code-generators that needs to interact with the JSON serialization.
- Added support for generating `_$ExampleFieldMap`, which can be used by other
code-generators that needs to interact with JSON serialization.
([#1164](https://github.com/google/json_serializable.dart/pull/1164))

## 6.3.0-dev

- Added support for using a `JsonConverter<MyClass, Object>` on properties
of type `MyClass?`. ([#822](https://github.com/google/json_serializable.dart/issues/822))
- Added support for using a `JsonConverter<MyClass, Object>` on properties of
type `MyClass?`.
([#822](https://github.com/google/json_serializable.dart/issues/822))
- Added support for `JsonSerializable(converters: <JsonConverter>[])`
([#1072](https://github.com/google/json_serializable.dart/issues/1072))
- Fix issue with serialization of non-nullable enumerations emitting a nullable
Expand Down
6 changes: 1 addition & 5 deletions json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
version: 6.3.1-dev
version: 6.3.0
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
Expand Down Expand Up @@ -36,7 +36,3 @@ dev_dependencies:
test_descriptor: ^2.0.0
test_process: ^2.0.0
yaml: ^3.0.0

dependency_overrides:
json_annotation:
path: ../json_annotation

0 comments on commit decbda1

Please sign in to comment.