flutter_data_json_api_adapter 0.2.0-rc3
flutter_data_json_api_adapter: ^0.2.0-rc3 copied to clipboard
JSON:API adapter for Flutter Data
CHANGELOG #
[0.2.0-rc3] - 2020-03-19 #
- Fix
keyForField
in serialize attributes - Support and test overridable remote
type
, null relationships - Add guard to
BelongsTo
serialization - Add stub for new offline node in graph
- Upgrade Flutter Data dependency
[0.1.11] - 2021-03-12 #
- Upgrade Flutter Data dependency
[0.1.10] - 2021-03-11 #
- Upgrade Flutter Data dependency
[0.1.9] - 2020-12-11 #
- Fix
fieldForKey
in attributes - Fix tests
[0.1.8] - 2020-12-06 #
- Allow mapping local to remote types
[0.1.7] - 2020-11-11 #
- upgrade deps
- publish on pub.dev again
[0.1.2] - 2020-10-08 #
- Point to git version of Flutter Data
- Upgrade dependencies
[0.1.1] - 2020-07-29 #
- Initial release with basic JSON:API serialization/deserialization features