platform/packages/model/CHANGELOG.md

12 lines
180 B
Markdown
Raw Normal View History

2019-04-26 13:50:07 +00:00
# 1.0.3
* `idAsInt` returns `null` when `id` is `null`.
2019-03-29 00:51:02 +00:00
# 1.0.2
* `idAsInt` now uses `int.tryParse`.
2018-12-31 00:30:23 +00:00
# 1.0.1
* Add `idAsInt`.
2018-08-19 14:55:18 +00:00
# 1.0.0+1
* Update constraint to work with Dart 2.