export quiver hash

This commit is contained in:
Tobe O 2018-11-03 03:13:19 -04:00
parent a84fc2e0b3
commit cbda457e30
8 changed files with 14 additions and 3 deletions

View file

@ -2,6 +2,7 @@
# Files and directories created by pub
../.packages
.packages
.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock

View file

@ -1,3 +1,6 @@
# 2.1.0
* Export `hashObjects`.
# 2.0.4+1
* Allow Dart 1 for this annotation-only package.

View file

@ -1,3 +1,5 @@
export 'package:quiver_hashcode/hashcode.dart' show hashObjects;
/// Excludes a field from being excluded.
class Exclude {
final bool canSerialize;

View file

View file

@ -1,7 +1,9 @@
name: angel_serialize
version: 2.0.4+1
version: 2.1.0
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: '>=1.8.0 <3.0.0'
sdk: '>=2.0.0-dev <3.0.0'
dependencies:
quiver_hashcode: ^2.0.0

View file

@ -27,5 +27,8 @@ targets:
dependencies:
- ":_book"
sources:
- "bin/**"
- "lib/**"
- "web/**"
- "test/models/author.dart"
- "test/models/game_pad.dart"

View file

View file

@ -16,5 +16,5 @@ dependencies:
source_gen: ^0.9.0
quiver: ^2.0.0
dev_dependencies:
build_runner: ^0.10.0
build_runner: ^1.0.0
test: ^1.0.0