Skip to content

1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamesiarmes jamesiarmes released this 30 Dec 21:51
· 49 commits to master since this release

Added

  • Composer support.
  • Appropriate base classes.
  • Missing Exchange 2010 and 2013 operations.
  • Class map so responses use the proper response objects rather than stdClass.
  • Method to set cURL options for requests.
  • Method to set the timezone for requests.

Changed

  • Renamed and namespaced all classes to be PSR-4 compatible.
  • Updated various code documentation.
  • Assets now match the latest for Exchange 2016/Exchange Online.
  • Autodiscovery now supports Exchange 2013 and 2016.
  • Properties on array types in responses should always be an array now.
  • SOAP client and headers are only reinitialized/rebuilt when necessary.
  • Default Microsoft Exchange version is now 2013.

Removed

  • Custom exception class.
  • Invalid schema versions.

Deprecated

  • Instantiating enumeration classes, reference the constants instead.