- Refactored to only support open source Parse Server. Support for the Parse service has been dropped. Thanks to @sdf611097 for the help.
- Support for request password (by @programmerdave).
- Support for push notifications (by @gonecoding).
countObjects
method (by @programmerdave).- CHANGE: The methods
createUser
,createObject
, andcreateRole
should only return the error and code when the request fails. Previous behavior was like this: if a Parse-related error occurs increateUser
, thebody
in the callback will contain the submitted data as well aserror
andcode
. Now, onlyerror
andcode
will be returned.
- Using
count
ingetObjects
will now return the full object response from Parse. Thebody
will containresults
andcount
properties.
- FIX: for "TypeError: Cannot read property 'headers' of undefined".
- Support for Roles (by @programmerdave).
- Uploading and deletion of files.
- FIX: Improved request handling. Previously, HTML results may be incorrectly parsed as JSON.
- First version. Supports objects and users.