Skip to content

Commit 44d0080

Browse files
authored
Prepare to release pkg:json_annotation v4.8.0 (#1268)
1 parent 58db73b commit 44d0080

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

json_annotation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.8.0-dev
1+
## 4.8.0
22

33
- DEPRECATED `JsonKey.ignore`. Replaced by...
44
- Added `JsonKey.includeFromJson` and `JsonKey.includeToJson` to allow

json_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_annotation
2-
version: 4.8.0-dev
2+
version: 4.8.0
33
description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.

json_serializable/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 6.6.0-dev
1+
## 6.6.0
22

33
- Support for `JsonKey.includeFromJson` and `JsonKey.includeToJson`.
44
- Support `JsonEnum.valueField` being set with `'index'`.
5+
- Support `JsonSerializable.createPerFieldToJson`.
56
- Require Dart SDK `>=2.18.0`.
67
- Require `analyzer: ^5.2.0`
78
- Require `json_annotation: '>=4.8.0 <4.9.0'`

json_serializable/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ targets:
300300
[`Enum`]: https://api.dart.dev/stable/dart-core/Enum-class.html
301301
[`int`]: https://api.dart.dev/stable/dart-core/int-class.html
302302
[`Iterable`]: https://api.dart.dev/stable/dart-core/Iterable-class.html
303-
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
304-
[`JsonEnum.valueField`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum/valueField.html
305-
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum-class.html
306-
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/fromJson.html
307-
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/toJson.html
308-
[`JsonKey`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey-class.html
309-
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonLiteral-class.html
310-
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable-class.html
311-
[`JsonValue`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonValue-class.html
303+
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonConverter-class.html
304+
[`JsonEnum.valueField`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonEnum/valueField.html
305+
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonEnum-class.html
306+
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonKey/fromJson.html
307+
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonKey/toJson.html
308+
[`JsonKey`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonKey-class.html
309+
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonLiteral-class.html
310+
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonSerializable-class.html
311+
[`JsonValue`]: https://pub.dev/documentation/json_annotation/4.8.0/json_annotation/JsonValue-class.html
312312
[`List`]: https://api.dart.dev/stable/dart-core/List-class.html
313313
[`Map`]: https://api.dart.dev/stable/dart-core/Map-class.html
314314
[`num`]: https://api.dart.dev/stable/dart-core/num-class.html

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.6.0-dev
2+
version: 6.6.0
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.

0 commit comments

Comments
 (0)