Skip to content

Tags: google/json_serializable.dart

Tags

json_serializable-v6.11.3

Toggle json_serializable-v6.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update json_serializable to support the latest pkg:analyzer (#1535)

And bump everything to rely on Dart 3.9 – since it's required

Ran ` _PUB_TEST_SDK_VERSION=3.9.0 dart pub downgrade --tighten` to
tighten lower bounds on packages that cannot be solved

json_serializable-v6.11.2

Toggle json_serializable-v6.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 6.11.2. (#1534)

json_serializable-v6.11.1

Toggle json_serializable-v6.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow build 4.0.0. (#1525)

json_serializable-v6.11.0

Toggle json_serializable-v6.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 6.11.0. (#1520)

json_serializable-v6.10.0

Toggle json_serializable-v6.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 6.10.0. (#1511)

json_serializable-v6.10.0-dev

Toggle json_serializable-v6.10.0-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate to element2 APIs (#1504)

* Prepare to publish 6.10.0-dev.

checked_yaml-v2.0.4

Toggle checked_yaml-v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
checked_yaml: prepare release (#1500)

Did some cleanup of the implementation so the control flow reads easier
Added a missing test to handle the `null` case.

json_serializable-v6.9.5

Toggle json_serializable-v6.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for latest analyzer (#1487)

Fixes #1485

json_serializable-v6.9.4

Toggle json_serializable-v6.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix extra line with Dart 3.7 syntax (#1478)

Since this package is using 3.6, you can't see the result here
Verified with a one-off in this package and another package to make
sure nothing breaks

json_serializable-v6.9.3

Toggle json_serializable-v6.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Error out if the language version of the target package is too low (#…

…1474)

Much be at least 3.0 since we generate code with case statements

Fixes #1462