Skip to content

Release v17.26.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 07:15
33e3d5a

Added

  • Added "reflection" type parameterDescriptor to the JavaScript core.
  • Added parameterDescriptor to all types of queries.
  • ProxyGenerator will now generate the correct parameterDescriptor for all parameters.

Fixed

  • Removing left overs from the ProxyGenerator for query string parameters for queries. It now relies on the client code to do the correct thing.
  • Client code for QueryFor<> and ObservableQueryFor<> now build query string according to what parameters it has.