platform/packages/json_god/CHANGELOG.md

25 lines
607 B
Markdown
Raw Permalink Normal View History

2021-05-15 07:28:00 +00:00
# 4.0.3
* Fixed static analysis errors
2021-05-15 06:46:26 +00:00
# 4.0.2
* Updated pubspec description
* Fixed static analysis errors
2021-05-15 01:31:17 +00:00
# 4.0.1
* Added example
2021-05-15 06:46:26 +00:00
* Updated README
2021-05-15 01:31:17 +00:00
2021-05-02 04:12:43 +00:00
# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-03-07 15:56:09 +00:00
# 2.0.0-beta+3
* Long-needed updates, ensured Dart 2 compatibility, fixed DDC breakages.
* Patches for reflection bugs with typing.
# 2.0.0-beta+2
* This version breaks in certain Dart versions (likely anything *after* `2.0.0-dev.59.0`)
until https://github.com/dart-lang/sdk/issues/33594 is resolved.
* Removes the reference to `Schema` class.