Releases: omniphx/forrest
Releases · omniphx/forrest
Version 1.0.0
- Added routes to package
- Support for different logins
- Support for custom Apex endpoints
- Support for Username-Password authentication flow
- Bug fix for assigning most recent API version when none is specified (#10)
- Callback returns void
- Authentication classes now extend parent classes as opposed to being injected.
- Improved exception handling
- Support for compression using gzip or deflate
Version 1.0.0-beta.3
- Fixed debug feature by adding pre tags
- Updated README.md
Version 1.0.0-beta.2
- Updated composer.json
Version 1.0.0-beta
- Rename "ClientId" to "ConsumerKey" in config. This is the naming convention used in Salesforce.
- Added authentication routes
- Support for passing custom or sandbox login urls into authentication() method.
- Ability to define a custom request using the request() method.
- Callback returns void after storing tokens. Allows for greater control over the authentication process.
- Fixed issue where error was thrown if no version was specified.
Version 0.3.1
- Fixed issue where debug feature would call a non-object.
Version 0.3.0
- Added refresh request
- Refresh will be called in the event of an expired token.
- Added debug option to config file
- Fixed bug where resources were not storing if a version was already cached
- Fixed bug where configured version was not being set.
Version 0.2.1
- Updated documentation