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

Deprecate saveToCameraRoll #182

Closed
bartolkaruza opened this issue May 21, 2020 · 1 comment
Closed

Deprecate saveToCameraRoll #182

bartolkaruza opened this issue May 21, 2020 · 1 comment
Labels
enhancement New feature or request released

Comments

@bartolkaruza
Copy link
Collaborator

The save function was introduced to allow multiple save parameters without introducing breaking changes in the API. It allows for optional arguments in an object, instead of the argument array which is used by saveToCameraRoll.

saveToCameraRoll was left in the API to prevent introducing a breaking change. By deprecating it now in favor of save, we can remove it in the next major release.

@bartolkaruza bartolkaruza added the enhancement New feature or request label May 21, 2020
bartolkaruza pushed a commit that referenced this issue May 21, 2020
## [1.7.1](v1.7.0...v1.7.1) (2020-05-21)

### Bug Fixes

* deprecate saveToCameraRoll ([#183](#183)) ([aa47532](aa47532)), closes [#182](#182)
@bartolkaruza
Copy link
Collaborator Author

🎉 This issue has been resolved in version 1.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant