We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf8d49 commit a5dfbffCopy full SHA for a5dfbff
json_serializable/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.1+2
2
+
3
+* Support the latest version of the `analyzer` package.
4
5
## 0.3.1+1
6
7
* Expanded `package:build` support to allow version `0.12.0`.
json_serializable/pubspec.yaml
@@ -1,12 +1,12 @@
name: json_serializable
-version: 0.3.1+1
+version: 0.3.1+2
author: Dart Team <misc@dartlang.org>
description: Generates utilities to aid in serializing to/from JSON.
homepage: https://github.com/dart-lang/json_serializable
environment:
sdk: '>=2.0.0-dev <2.0.0'
8
dependencies:
9
- analyzer: '>=0.29.10 <0.31.0'
+ analyzer: '>=0.29.10 <0.32.0'
10
build: '>=0.9.0 <0.13.0'
11
build_config: ^0.2.1
12
cli_util: ^0.1.0
0 commit comments