platform/packages/serialize/angel_serialize/CHANGELOG.md

86 lines
1.2 KiB
Markdown
Raw Normal View History

2021-08-02 12:38:47 +00:00
# Change Log
2021-09-25 06:32:32 +00:00
## 4.1.0
* Updated README
* Updated linter to `package:lints`
2021-08-02 12:38:47 +00:00
## 4.0.1
* Updated README
* Removed deprecated field `autoIdAndDateFields`
* Removed deprecated class `DefaultValue`
* Removed deprecated class `Alias`
## 4.0.0
2021-05-02 05:23:44 +00:00
* Migrated to support Dart SDK 2.12.x NNBD
* Migrateed quiver_hashcode to quiver
2021-08-02 12:38:47 +00:00
## 3.0.0
2021-05-02 05:23:44 +00:00
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-08-02 12:38:47 +00:00
## 2.2.3+3
2019-10-05 07:10:29 +00:00
* Add `exclude: true` to `super` call in `Exclude` constructor.
2021-08-02 12:38:47 +00:00
## 2.2.3+2
2019-10-05 07:13:33 +00:00
* Apply `package:pedantic`.
2021-08-02 12:38:47 +00:00
## 2.2.3+1
2019-04-08 15:00:04 +00:00
* Export `json`, `Codec`, and `Converter` from `dart:convert`.
2021-08-02 12:38:47 +00:00
## 2.2.3
2019-04-08 04:43:08 +00:00
* `isNullable` defaults to `true`, and will not change.
* Deprecate `@nullable`.
* Add `@notNull`.
2021-08-02 12:38:47 +00:00
## 2.2.2+1
2019-01-25 14:48:23 +00:00
* Export commonly-used packages, for the sake of convenience.
2021-08-02 12:38:47 +00:00
## 2.2.2
2019-01-25 14:44:58 +00:00
* Add `HasAlias`, `DefaultsTo`, `nullable` idioms.
* `isNullable` defaults to `false` now.
2021-08-02 12:38:47 +00:00
## 2.2.1
2019-01-09 19:25:05 +00:00
* Add `serializesTo`.
2021-08-02 12:38:47 +00:00
## 2.2.0
2019-01-07 01:38:04 +00:00
* Add `@SerializableField`.
2021-08-02 12:38:47 +00:00
## 2.1.0
2018-11-03 07:13:19 +00:00
* Export `hashObjects`.
2021-08-02 12:38:47 +00:00
## 2.0.4+1
2018-08-03 22:14:00 +00:00
* Allow Dart 1 for this annotation-only package.
2021-08-02 12:38:47 +00:00
## 2.0.4
* Added `generatedSerializable`.
2021-08-02 12:38:47 +00:00
## 2.0.3
2018-06-29 04:11:57 +00:00
* Increased the upper SDK boundary.
2021-08-02 12:38:47 +00:00
## 2.0.2
2018-05-15 19:54:32 +00:00
* Added `DefaultValue`.
2021-08-02 12:38:47 +00:00
## 2.0.1
2018-03-29 19:58:36 +00:00
* Added `Serializers.typescript`.
2021-08-02 12:38:47 +00:00
## 2.0.0
2018-08-03 22:14:00 +00:00
* Dart 2+ constraint