Skip to content

0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 08:29
· 10 commits to main since this release

Readme update, add feature

Added

  • RequestResponseExt trait for response events.

Changed

  • Updated to Bevy 0.16
  • Naming pass
    • OnTypedResponse -> OnResponseTyped
    • RequestCompleted -> OnResponseString
  • Response as a component (RequestResponse) is now hidden behind response_as_component and likely to be removed in next release.
  • OnResponseTyped has parsing done on creation. result field got renamed to request and PhantomData field got removed. One new field is data which holds Option<T> with parsing result.

Removed

  • TypedRequestQuery QueryData got removed, detecting typed responses now uses observer for that.