Skip to content

v9.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 11:46
· 121 commits to master since this release

9.0.0-alpha.2 (2020-09-05)

Bug Fixes

  • updateById: pull out _id arg from record. It was an old schema design error. (84574b7)

BREAKING CHANGES

  • updateById: resolver updateById changes its arguments. Before was updateById(record: { _id: 1, name: 'New' }), now became updateById(_id: 1, record: { name: 'New' })