Releases: parse-community/parse-php-sdk
Releases · parse-community/parse-php-sdk
Release 1.3.0
What's new?
- Adds HHVM support
- Modified
ParseFile
to use the current HttpClient rather than just curl for download - Adds full text search via
ParseQuery::fullText
for 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
phpdoc
style enforcing and autodeploy from most recentmaster
for our api ref - jms/serializer pinned to 1.7.1 for testing as mentioned in #336 (for phpdoc)
- Added ParsePolygon type and
polygonContains
to 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
matches
to ParseQuery - Adds Travis CI for running tests on PRs as they are submitted
- Adds
withinPolygon
to 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