Skip to content

Commit 9d8c547

Browse files
authored
release(json_serializable): prepare for 0.5.8 (#246)
Includes changelog update
1 parent 1633984 commit 9d8c547

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

json_serializable/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
* Small fixes to support Dart 2 runtime semantics.
44

5+
* Support serializing types provided by platform-specific libraries (such as
6+
Flutter) if they use custom convert functions.
7+
58
## 0.5.7
69

710
* Added support for `JsonKey.required`.

json_serializable/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 0.5.8-dev
2+
version: 0.5.8
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable
@@ -27,7 +27,3 @@ dev_dependencies:
2727
logging: ^0.11.3+1
2828
test: ^1.0.0
2929
yaml: ^2.1.13
30-
31-
dependency_overrides:
32-
json_annotation:
33-
path: ../json_annotation

0 commit comments

Comments
 (0)