Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(storage): Add removeOld function #585

Merged
merged 4 commits into from
Sep 8, 2021
Merged

feat(storage): Add removeOld function #585

merged 4 commits into from
Sep 8, 2021

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Aug 31, 2021

to remove data prefixed with _cap_ that can't be removed otherwise after being migrated

android didn't use the prefix, so the code does nothing there

closes #541

@jcesarmobile jcesarmobile merged commit 698350e into main Sep 8, 2021
@jcesarmobile jcesarmobile deleted the remove-old branch September 8, 2021 16:32
carlpoole added a commit that referenced this pull request Sep 15, 2021
* fix(camera): set settings again on callbacks (#595)

* feat(storage): Add removeOld function (#585)

* feat(camera): Return if image was saved to gallery (#599)

* fix(camera): saveToGallery for edited images (#602)

* docs(camera): Add descriptions to CameraSource (#608)

* fix(local-notifications): return schedule on as object (#603)

* chore(release): publish [skip ci]

 - @capacitor/camera@1.1.0
 - @capacitor/local-notifications@1.0.6
 - @capacitor/storage@1.2.0

Co-authored-by: jcesarmobile <jcesarmobile@gmail.com>
Co-authored-by: Ely Lucas <ely@meta-tek.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage.clear() has no effect after migrating from Capacitor 2 to 3
2 participants