- Fine-tuning after automatic migration to null safety
- Introduced
getAttribute<T>()
andsetAttribute<T>()
methods
- Migrated to null safety
JsonApiAdapter
accepts an optionaluseSSL
boolean argument (default:true
).- Added method to clear has-one relationship:
clearHasOne()
- Removed author field from
pubspec.yml
(now deprecated) - Upgraded dependencies
- Increased minimum Dart SDK to 2.11.0 (the latest one before null-safety)
- Upgraded dependencies
- Fixed bug with
setHasOne()
method inJsonApiAdapter
- Updated
List
initialization according to recent Dart
- Upgraded dependencies
- Fixed bug with
findMany()
method inJsonApiAdapter
- Upgraded dependencies
- Fixed Dart deprecation
- Added library name
- Upgraded dependencies
- Improved extensibility of
JsonApiAdapter
- Let
JsonApiSerializer
optionally serialize included records - Added
endpoint
computed property andaddErrorFor()
toJsonApiModel
- Added
hasMeta
computed property toJsonApiManyModel
- Fixed bug with
JSON:API
included docs - Upgraded dependencies
- Upgraded
equatable
to1.0.1
- Improved code after
pub.dev
analysis
- Initial release, works with any
JSON:API
backend