Skip to content

Release 1.0.1 🐛

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 09:54
1.0.1
d6c8707

Bug Fixes

  • eloquent: ModelHelper::isRelation() will support unions (all type should be instance of Relation) and interceptions (any of) of types (665c73f)
  • graphql/SchemaPrinter: Directives in description will be wrapped by code block (b7378b1)
  • graphql: @graphql Logical operators will group conditions correctly (d79da46)
  • graphql: @searchByOperatorRelation will correctly determine name of Relation ("Property Model::() is not a relation.") (b28362e)