platform/angel_serialize/CHANGELOG.md

34 lines
526 B
Markdown
Raw Normal View History

2019-01-25 14:48:23 +00:00
# 2.2.2+1
* Export commonly-used packages, for the sake of convenience.
2019-01-25 14:44:58 +00:00
# 2.2.2
* Add `HasAlias`, `DefaultsTo`, `nullable` idioms.
* `isNullable` defaults to `false` now.
2019-01-09 19:25:05 +00:00
# 2.2.1
* Add `serializesTo`.
2019-01-07 01:38:04 +00:00
# 2.2.0
* Add `@SerializableField`.
2018-11-03 07:13:19 +00:00
# 2.1.0
* Export `hashObjects`.
2018-08-03 22:14:00 +00:00
# 2.0.4+1
* Allow Dart 1 for this annotation-only package.
# 2.0.4
* Added `generatedSerializable`.
2018-06-29 04:11:57 +00:00
# 2.0.3
* Increased the upper SDK boundary.
2018-05-15 19:54:32 +00:00
# 2.0.2
* Added `DefaultValue`.
2018-03-29 19:58:36 +00:00
# 2.0.1
* Added `Serializers.typescript`.
2018-03-02 21:23:00 +00:00
# 2.0.0
2018-08-03 22:14:00 +00:00
* Dart 2+ constraint