2.23
This commit is contained in:
parent
4a1807a647
commit
96862a896a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# 2.2.3
|
||||
* `isNullable` defaults to `true`, and will not change.
|
||||
* Deprecate `@nullable`.
|
||||
* Add `@notNull`.
|
||||
|
||||
# 2.2.2+1
|
||||
* Export commonly-used packages, for the sake of convenience.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_serialize
|
||||
version: 2.2.2+1
|
||||
version: 2.2.3
|
||||
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/serialize
|
||||
|
|
Loading…
Reference in a new issue