Skip to content

Releases: parse-community/parse-php-sdk

Release 1.3.0

08 Sep 01:09
Compare
Choose a tag to compare

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

See the diff between 1.2.10 and 1.3.0

Release 1.2.10

14 Jul 23:39
Compare
Choose a tag to compare

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 recent master 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

See the diff between 1.2.9 and 1.2.10

1.2.9

26 Jun 17:01
Compare
Choose a tag to compare

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

See the diff between 1.2.8 and 1.2.9

Fix to save ParseFiles properly when saving ParseObject

15 May 18:55
Compare
Choose a tag to compare