Skip to content

v0.26.0

Compare
Choose a tag to compare
@doug-martin doug-martin released this 13 Apr 01:41
· 355 commits to master since this release

0.26.0 (2021-04-13)

Bug Fixes

Features

  • core: Add new setRelations to set oneToMany/manyToMany relations (4c73591)
  • graphql: Expose setRelations mutation (676a4d5)
  • graphql,#1048: added filter-only option to filterable fields (55cb010), closes #1048
  • graphql,auth: Pass operation name to authorizer #1026 (4343821)
  • graphql,auth,#1026: Added convenience fields to auth context (32df50e), closes #1026
  • graphql,auth,#1026: Enable authorization on create methods as well (4c7905e), closes #1026
  • mongoose: Implement setRelations to set many references (3dc8a84)
  • sequelize: Implement setRelations to set many relations (b0c2d2f)
  • typegoose: Implement setRelations to set many references (4ec5fe0)
  • typeorm: Implement setRelations to set many relations (d1109b7)