File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.1.1
1
+ ## 0.2.0
2
2
3
- * Fail generation when undefined types are encountered.
4
- Throw a helpful error.
3
+ * ** BREAKING** Fail generation for types that are not a JSON primitive or that
4
+ do not explicitly supports JSON serialization.
5
+
6
+ * Eliminated all implicit casts in generated code. These would end up being
7
+ runtime checks in most cases.
8
+
9
+ * Provide a helpful error when generation fails due to undefined types.
5
10
6
11
## 0.1.0+1
7
12
10
15
## 0.1.0
11
16
12
17
* Split off from [ source_gen] ( https://pub.dartlang.org/packages/source_gen ) .
18
+
13
19
* Add ` /* unsafe */ ` comments to generated output likely to be unsafe.
20
+
14
21
* Support (de)serializing values in ` Map ` .
22
+
15
23
* Fix ordering of fields when they are initialized via constructor.
24
+
16
25
* Don't use static members when calculating fields to (de)serialize.
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 0.1.1 -dev
2
+ version : 0.2.0 -dev
3
3
author : Dart Team <misc@dartlang.org>
4
4
description : Generates utilities to aid in serializing to/from JSON.
5
5
homepage : https://github.com/dart-lang/json_serializable
You can’t perform that action at this time.
0 commit comments