2.0.8 - add enums

This commit is contained in:
Tobe O 2018-06-27 01:38:12 -04:00
parent bdb7b30bc4
commit 5b2d765b3c

View file

@ -1,9 +1,7 @@
# 2.0.9 # 2.0.8
* Now supports de/serialization of `enum` types. * Now supports de/serialization of `enum` types.
* Generate `const` constructors when possible. * Generate `const` constructors when possible.
* Remove `whereType`, perform manual coercion. * Remove `whereType`, perform manual coercion.
# 2.0.8
* Generate a `fromMap` with typecasting, for Dart 2's sake. * Generate a `fromMap` with typecasting, for Dart 2's sake.
# 2.0.7 # 2.0.7