2021-09-16 03:23:05 +00:00
|
|
|
# Change Log
|
|
|
|
|
2024-05-21 15:08:07 +00:00
|
|
|
## 7.2.0
|
|
|
|
|
2024-05-21 15:51:17 +00:00
|
|
|
* Require Dart >= 3.3
|
|
|
|
* Updated `lints` to 4.0.0
|
2024-05-21 15:08:07 +00:00
|
|
|
|
2023-12-12 02:10:10 +00:00
|
|
|
## 7.1.0
|
|
|
|
|
|
|
|
* Updated `lints` to 3.0.0
|
|
|
|
* Fixed lints warnings
|
|
|
|
|
2023-05-15 16:04:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
2023-03-26 01:38:56 +00:00
|
|
|
## 7.0.0-beta.1
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
2022-07-07 00:03:57 +00:00
|
|
|
## 6.0.1
|
|
|
|
|
|
|
|
* Updated README
|
|
|
|
|
2022-07-06 14:04:09 +00:00
|
|
|
## 6.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
2021-09-16 03:23:05 +00:00
|
|
|
## 5.0.0
|
|
|
|
|
|
|
|
* Added `lints` linter
|
|
|
|
* Removed deprecated parameters
|
|
|
|
* Published as `belatuk_json_serializer` package
|
|
|
|
|
|
|
|
## 4.0.3
|
|
|
|
|
|
|
|
* Fixed static analysis errors
|
|
|
|
|
|
|
|
## 4.0.2
|
|
|
|
|
|
|
|
* Updated pubspec description
|
|
|
|
* Fixed static analysis errors
|
|
|
|
|
|
|
|
## 4.0.1
|
|
|
|
|
|
|
|
* Added example
|
|
|
|
* Updated README
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
## 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.
|