Skip to content

8.3.1 (2020-05-02)

Compare
Choose a tag to compare
@wopian wopian released this 02 May 02:17
· 799 commits to master since this release
8fd78d5

Bug Fixes

  • kitsu-core: prevent undefined id for empty relationship data objects: (ee381a9)
relationships: {
  author: {
    data: {}
  }
}

Becomes:

author: {}

Instead of:

author: {
  id: undefined,
  type: undefined
}