Skip to content

GraphQL/Testing improvements.

Compare
Choose a tag to compare
@LastDragon-ru LastDragon-ru released this 12 Jun 17:57
0.6.0
a0bd1aa

Features

  • graphql: @sortBy: HasOneThrough support 😜 (558198b)
  • testing: Added WithTempFile helper. (93a24be)
  • testing: Signature of DataProvider::getData() changed to DataProvider::getData(bool $raw = false) to allow nesting DataProviders. (34f1ff7)

Bug Fixes

  • dev: Added removing special characters from hostname in Vagrantfile. (1eed300)
  • graphql: @searchBy will not advise "contact to developer" for unknown types. (d9ff32b)
  • graphql: @sortBy will not skip "unknown" types and will not convert them into Scalars. (b5aaccb)
  • testing: arguments types for TestResponseMixin::assertJsonMatchesSchema(). (46674f0)