Skip to content

v7.0.2

Choose a tag to compare

@pluma pluma released this 25 Sep 10:17
· 425 commits to main since this release
f9d1f4a

Fixed

  • Fixed incorrect HTTP method call in patch method (#687)

  • Fixed empty query results containing [undefined] (#683)

  • Fixed updateByExample and replaceByExample new value parameter name

    Note that these methods are still deprecated. Previously the newValue
    parameter was incorrectly called newData, which prevented the methods from
    working at all.