We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f484a8d commit 89602c5Copy full SHA for 89602c5
json_serializable/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.1.6
2
+
3
+- Allow latest `package:analyzer`.
4
5
## 6.1.5
6
7
- Fix enum support for upcoming enhanced enums in Dart 2.17.
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
-version: 6.1.5
+version: 6.1.6
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
@@ -8,7 +8,7 @@ environment:
8
sdk: '>=2.14.0 <3.0.0'
9
10
dependencies:
11
- analyzer: '>=2.0.0 <4.0.0'
+ analyzer: '>=2.0.0 <5.0.0'
12
async: ^2.8.0
13
build: ^2.0.0
14
build_config: '>=0.4.4 <2.0.0'
0 commit comments