Skip to content

Version 2.4.3

Compare
Choose a tag to compare
@vgrem vgrem released this 14 Nov 10:00
· 168 commits to master since this release

Changelog

  • Exclude non-essential files from dist #210 Credit goes to @rvitaliy

  • SharePoint API model has been updated to 16.0.20628.12006 version

  • Error handling: validate() method for class Response introduced which throws an exception if the HTTP response was unsuccessful, usage:

        $response = Requests::execute($request);
        $response->validate();