Skip to content

2.2.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 03 Nov 20:32
· 122 commits to main since this release
fa1e07f

Full Changelog

Improvements

  • Added ability to fetch ParsePointer using async/await (#271), thanks to @cbaker6.

Fixes

  • By default, don't use cache when fetching ParseObject's and ParseFile's. Developers can choose to fetch from cache if desired by passing the necessary option while fetching. Fixed a bug when the incorrect file location for a dowloaded ParseFile was being cached (#272), thanks to @cbaker6.