Skip to content

Release v2.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 21:16

Bug Fixes

  • bugfixes for GraphQL composite key querying and join table deletion (6eca2c0)
  • change autocomplete data access property to related model name (#1050) (694d214)
  • change GraphQL unlink to use update action instead of delete (0a4d469)
  • fields with json type display 'null' (#1051) (0045ee8)
  • plural items property in autocomplete data query (#1047) (df2633b)
  • remove indexes query from one to many parent update (#1054) (e9d0beb)
  • remove input obj in graphql query (690f928)
  • remove type import if no graphql types file (#1040) (ac7836a)
  • use primary key values to create join table records for GraphQL (1b52a80)

Features

  • add NoApi configuration and validation for data dependency (56518d3)
  • handle parent relationship without belongsTo for GraphQL (#1055) (af04792)
  • implement graphql querying for join tables (faaf011)