platform/packages/model/CHANGELOG.md

78 lines
912 B
Markdown
Raw Normal View History

2021-08-02 12:20:07 +00:00
# Change Log
2023-12-25 03:45:10 +00:00
## 8.1.1
* Updated repository link
2023-12-24 01:52:57 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed analyser warnings
2023-05-21 00:26:04 +00:00
## 8.0.0
* Require Dart >= 3.0
2023-01-02 01:01:11 +00:00
## 7.1.0
* Return -1 instead of throwing exception when id is null
* Added `idAsString` to return id or "" if null
* Added `AuditableModel`
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`
## 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.