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

Releases: google/built_json.dart

Deleted, use built_value instead.

25 Nov 09:26
Compare
Choose a tag to compare

The built_json and built_json_generator packages have been merged into built_value and built_value_generator.

https://github.com/google/built_value.dart

Allow quiver 0.23.

19 Oct 08:14
Compare
Choose a tag to compare
Merge pull request #34 from davidmorgan/upgrade-quiver

Allow quiver 0.23.

Upgrade analyzer, build and source_gen dependencies.

21 Sep 09:16
Compare
Choose a tag to compare
Merge pull request #32 from davidmorgan/upgrade

Upgrade analyzer, build and source_gen dependencies. Release 0.1.4.

Fix serialization when built_value builder is fully generated.

21 Sep 08:15
Compare
Choose a tag to compare
Merge pull request #31 from davidmorgan/release-0-1-3

Release 0.1.3.

Fix issue with BuiltMap deserialization.

12 Sep 15:54
Compare
Choose a tag to compare
Merge pull request #29 from davidmorgan/fix-maps

Fix issue with BuiltMap deserialization. Add test.

Upgrade to source_gen 0.5.0.

25 May 16:16
Compare
Choose a tag to compare

Breaking change; see example for required changes to build.dart.

Allow non-serializable static types provided runtime types are serializable.

09 May 11:43
Compare
Choose a tag to compare

Allows fields to specify interfaces rather than concrete classes, provided the concrete classes are serializable.

Fix serialization of null @nullable fields: omit them entirely.

05 May 11:15
Compare
Choose a tag to compare
Merge pull request #24 from davidmorgan/fix-null-serialization

Fix serialization of null @nullable fields: omit them entirely.

Add PrimitiveSerializer and StructuredSerializer interfaces.

18 Mar 09:24
Compare
Choose a tag to compare
Merge pull request #20 from davidmorgan/review-comments

Add PrimitiveSerializer and StructuredSerializer interfaces.

Update versions.

23 Feb 17:51
Compare
Choose a tag to compare

Update built_value and enum_class versions, fix analyzer version dependency.