Enable Dart 1
This commit is contained in:
parent
1ecff5e73c
commit
3e941f0256
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
# 2.0.4+1
|
||||
* Allow Dart 1 for this annotation-only package.
|
||||
|
||||
# 2.0.4
|
||||
* Added `generatedSerializable`.
|
||||
|
||||
|
@ -11,4 +14,4 @@
|
|||
* Added `Serializers.typescript`.
|
||||
|
||||
# 2.0.0
|
||||
* Dart 2+ constraint
|
||||
* Dart 2+ constraint
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: angel_serialize
|
||||
version: 2.0.4
|
||||
version: 2.0.4+1
|
||||
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
|
||||
environment:
|
||||
sdk: '>=2.0.0-dev.1.2 <3.0.0'
|
||||
sdk: '>=1.8.0 <3.0.0'
|
||||
|
|
Loading…
Reference in a new issue