Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit e8ee085

Browse files
committed
Merge branch 'master' of https://github.com/google/built_json.dart into explit-static-dynamic-serialization
2 parents e5a43a3 + 0ab60a8 commit e8ee085

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.0.2
4+
5+
- Rewrite to fully use static type information.
6+
37
## 0.0.1
48

59
- Generator, tests and example.

built_json/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: built_json
2-
version: 0.0.1
2+
version: 0.0.2
33
description: >
44
JSON serialization for Built Collections, Built Values and Enum Classes.
55
This library is the runtime dependency.

built_json_generator/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: built_json_generator
2-
version: 0.0.1
2+
version: 0.0.2
33
description: >
44
JSON serialization for Built Collections, Built Values and Enum Classes.
55
This library is the dev dependency.
@@ -13,9 +13,7 @@ environment:
1313
dependencies:
1414
analyzer: '>=0.26.1 <1.0.0'
1515
built_collection: '^1.0.0'
16-
# built_json: '^0.0.1'
17-
built_json:
18-
path: ../built_json
16+
built_json: '^0.0.2'
1917
source_gen: '>=0.4.3 <0.5.0'
2018
quiver: '>=0.21.0 <0.22.0'
2119

example/lib/test_enum.g.dart

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/pubspec.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: example
2-
version: 0.0.1
2+
version: 0.0.2
33
description: >
44
Just an example, not for publishing.
55
authors:
@@ -11,16 +11,12 @@ environment:
1111

1212
dependencies:
1313
built_collection: '^1.0.0'
14-
# built_json: '^0.0.1'
15-
built_json:
16-
path: ../built_json
14+
built_json: '^0.0.2'
1715
built_value: '^0.0.3'
1816
enum_class: '^0.0.2'
1917

2018
dev_dependencies:
21-
# built_json_generator: '^0.0.1'
22-
built_json_generator:
23-
path: ../built_json_generator
19+
built_json_generator: '^0.0.2'
2420
built_value_generator: '^0.0.3'
2521
enum_class_generator: '^0.0.2'
2622
test: any

0 commit comments

Comments
 (0)