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 5cf6455 commit f8af242Copy full SHA for f8af242
json_serializable/CHANGELOG.md
@@ -1,8 +1,10 @@
1
-## 0.3.1-dev
+## 0.3.1
2
3
* Add a `build.yaml` so the builder can be consumed by users of `build_runner`
4
version 0.7.0.
5
6
+* Now requires a Dart `2.0.0-dev` release.
7
+
8
## 0.3.0
9
10
* **NEW** top-level library `json_serializable.dart`.
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
-version: 0.3.1-dev
+version: 0.3.1
author: Dart Team <misc@dartlang.org>
description: Generates utilities to aid in serializing to/from JSON.
homepage: https://github.com/dart-lang/json_serializable
0 commit comments