Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

1.0.4

Choose a tag to compare

@mraineri mraineri released this 09 Mar 13:04
8d47cb1

Changes since last release:

[1.0.4] - 2018-03-09

  • Fixed bug where it was not able to handle multiple properties of the same name in different objects in the same payload
  • Fixed bug where the members of a collection were not being handled properly when validating the usage of @odata.nextLink
  • Fixed test cases where it was validating the response of an Action, but not handling corner cases appropriately
  • Corrected check for the HEAD method; this is not required to be supported on a service
  • Corrected Allow header check; this is only mandatory when the HTTP status code is 405