json_converter 2.0.0  json_converter: ^2.0.0 copied to clipboard
json_converter: ^2.0.0 copied to clipboard
JSON converters for package:json_serializable.
2.0.0 #
BREAKING CHANGES:
- Uint8ListConverteris non-nullable (use- NullableUint8ListConverterfor nullable fields).
- removed Uint8ListListConverter(class-level annotation should work instead)
- removed urlSafeconstructor parameter, use.urlSafeconstructors if needed.
1.1.0 #
- Migrated to null safety.
1.0.2 #
- Minor breaking change: Fix typo in API.
1.0.1 #
- Separate URL-safe constructor for frameworks that doesn't accept parameters in annotations.
1.0.0 #
- Initial release: Uint8Listconverters.