Readme update, add feature
Added
RequestResponseExttrait for response events.
Changed
- Updated to Bevy 0.16
- Naming pass
OnTypedResponse->OnResponseTypedRequestCompleted->OnResponseString
- Response as a component (
RequestResponse) is now hidden behindresponse_as_componentand likely to be removed in next release. OnResponseTypedhas parsing done on creation.resultfield got renamed torequestandPhantomDatafield got removed. One new field isdatawhich holdsOption<T>with parsing result.
Removed
TypedRequestQueryQueryData got removed, detecting typed responses now uses observer for that.