Skip to content

v0.0.25

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 13 Jul 06:38
· 632 commits to main since this release

@dfinity/core

Breaking Changes

  • function delDoc renamed to deleteDoc
  • deleteAsset now excepts a fullPath as parameter instead of a complete asset object

Notes

Unlike the "Datastore" feature, the "Storage" does not perform any timestamp checks when writing or deleting data. This means that the last operation takes precedence, allowing assets to be removed without the need to fetch them beforehand. This change in deleteAsset ensures consistency within the library.