angel3_serialize 4.0.0
angel3_serialize: ^4.0.0 copied to clipboard
Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
4.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
- Migrateed quiver_hashcode to quiver
3.0.0 #
- Migrated to work with Dart SDK 2.12.x Non NNBD
2.2.3+3 #
- Add
exclude: truetosupercall inExcludeconstructor.
2.2.3+2 #
- Apply
package:pedantic.
2.2.3+1 #
- Export
json,Codec, andConverterfromdart:convert.
2.2.3 #
isNullabledefaults totrue, and will not change.- Deprecate
@nullable. - Add
@notNull.
2.2.2+1 #
- Export commonly-used packages, for the sake of convenience.
2.2.2 #
- Add
HasAlias,DefaultsTo,nullableidioms. isNullabledefaults tofalsenow.
2.2.1 #
- Add
serializesTo.
2.2.0 #
- Add
@SerializableField.
2.1.0 #
- Export
hashObjects.
2.0.4+1 #
- Allow Dart 1 for this annotation-only package.
2.0.4 #
- Added
generatedSerializable.
2.0.3 #
- Increased the upper SDK boundary.
2.0.2 #
- Added
DefaultValue.
2.0.1 #
- Added
Serializers.typescript.
2.0.0 #
- Dart 2+ constraint