Releases: parse-community/parse-php-sdk
Releases · parse-community/parse-php-sdk
Release 1.3.0
What's new?
- Adds HHVM support
- Modified
ParseFileto use the current HttpClient rather than just curl for download - Adds full text search via
ParseQuery::fullTextfor Parse Server 2.5.0 and later (thanks to Diamond Lewis) - Adds encode/decode support to
ParseObject - Travis CI cache fixes
- Slight test modifications for later versions of parse
- A few README typo fixes and additions
Release 1.2.10
What's new?
- Updates to make the sdk friendly with
phpdoc - Added Getting Started section to README
- Removed the default server and mount path for
api.parse.com - Setup
phpdocstyle enforcing and autodeploy from most recentmasterfor our api ref - jms/serializer pinned to 1.7.1 for testing as mentioned in #336 (for phpdoc)
- Added ParsePolygon type and
polygonContainsto ParseQuery (thanks to Diamond Lewis) - Enhanced numerious exceptions with proper error codes, following the guide error codes
- CI improvements and expanded to run tests under
ParseStreamClient
1.2.9
Release 1.2.9
What's Changed?
- Integrates ParseServer for testing the sdk against, for convenience
- Patch for associative arrays properly being encoded in ParseObject
_encode - Adds
matchesto ParseQuery - Adds Travis CI for running tests on PRs as they are submitted
- Adds
withinPolygonto ParseQuery - Updates php_codesniffer and enforces PSR-2 Coding Style on the sdk
Fix to save ParseFiles properly when saving ParseObject
1.2.8 Bumped version to 1.2.8