Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare to release json_serializable v6.3.0 #1169

Merged
merged 1 commit into from Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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