File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 0.6 .0
1
+ ## 1.0 .0
2
2
3
3
* ** BREAKING** By default, code generated to support ` toJson ` now creates
4
4
a top-level function instead of a mixin. The default for the
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 0.6.0-dev
2
+ version : 1.0.0
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
@@ -13,7 +13,7 @@ dependencies:
13
13
14
14
# Use a tight version constraint to ensure that a constraint on
15
15
# `json_annotation`. Properly constrains all features it provides.
16
- json_annotation : ' >=0.3. 0 <0.3.1 '
16
+ json_annotation : ' >=1.0. 0 <1.1.0 '
17
17
meta : ^1.1.0
18
18
path : ^1.3.2
19
19
source_gen : ^0.9.0
@@ -28,6 +28,7 @@ dev_dependencies:
28
28
test : ^1.0.0
29
29
yaml : ^2.1.13
30
30
31
+ # Will remove before publish - required to get 'pub get' to work
32
+ # without an update to build_config
31
33
dependency_overrides :
32
- json_annotation :
33
- path : ../json_annotation
34
+ json_annotation : 1.0.0
You can’t perform that action at this time.
0 commit comments