v0.0.25
·
632 commits
to main
since this release
@dfinity/core
Breaking Changes
- function
delDoc
renamed todeleteDoc
deleteAsset
now excepts afullPath
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.