2021-08-02 12:20:07 +00:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2021-05-02 04:12:43 +00:00
|
|
|
* Migrated to support Dart SDK 2.12.x NNBD
|
|
|
|
|
2021-08-02 12:20:07 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2021-05-02 04:12:43 +00:00
|
|
|
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
|
|
|
|
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.
|