Skip to content

v59.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 27 Jun 09:06
· 67 commits to master since this release

59.0.0 (2025-06-27)

Bug Fixes

  • Normalize data for trash-related methods (754c45c)

BREAKING CHANGES

  • if you were relying on deleteFilePermanently, take care
    of handling the data attribute at the root of the response.
    For example:
const result = fileCollection.deleteFilePermanently() // old
const { data: result } = fileCollection.deleteFilePermanently() // new