2021-08-02 12:20:07 +00:00
|
|
|
# Change Log
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
2022-02-13 16:48:37 +00:00
|
|
|
## 6.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Require Dart >= 2.16
|
2022-02-13 16:48:37 +00:00
|
|
|
|
|
|
|
## 5.0.0
|
|
|
|
|
2022-04-23 04:21:39 +00:00
|
|
|
* Skipped release
|
2022-02-13 16:48:37 +00:00
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
2022-04-23 04:21:39 +00:00
|
|
|
* Skipped release
|
2022-02-13 16:48:37 +00:00
|
|
|
|
2021-12-10 05:18:29 +00:00
|
|
|
## 3.1.1
|
|
|
|
|
|
|
|
* Removed `error`
|
|
|
|
|
2021-09-26 06:53:42 +00:00
|
|
|
## 3.1.0
|
|
|
|
|
|
|
|
* Updated linter to `package:lints`
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 3.0.2
|
|
|
|
|
|
|
|
* Updated README
|
2021-08-02 12:26:00 +00:00
|
|
|
* Updated `idAsInt` to return `-1` instead of `null` for invalid id
|
2021-08-02 12:20:07 +00:00
|
|
|
|
|
|
|
## 3.0.1
|
|
|
|
|
2021-05-15 06:04:36 +00:00
|
|
|
* Updated README
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to support Dart >= 2.12 NNBD
|
2021-05-02 04:12:43 +00:00
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to work with Dart >= 2.12 Non NNBD
|
2021-05-02 04:12:43 +00:00
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 1.0.3
|
|
|
|
|
2019-04-26 13:50:07 +00:00
|
|
|
* `idAsInt` returns `null` when `id` is `null`.
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 1.0.2
|
|
|
|
|
2019-03-29 00:51:02 +00:00
|
|
|
* `idAsInt` now uses `int.tryParse`.
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 1.0.1
|
|
|
|
|
2018-12-31 00:30:23 +00:00
|
|
|
* Add `idAsInt`.
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 1.0.0+1
|
|
|
|
|
2018-08-19 14:55:18 +00:00
|
|
|
* Update constraint to work with Dart 2.
|