Skip to content

Releases: omniphx/forrest

Version 1.0.0

28 Oct 16:42
Compare
Choose a tag to compare
  • 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

04 Sep 12:23
Compare
Choose a tag to compare
  • Fixed debug feature by adding pre tags
  • Updated README.md

Version 1.0.0-beta.2

30 Aug 23:28
Compare
Choose a tag to compare
  • Updated composer.json

Version 1.0.0-beta

30 Aug 23:13
Compare
Choose a tag to compare
  • 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

26 Aug 04:10
Compare
Choose a tag to compare
  • Fixed issue where debug feature would call a non-object.

Version 0.3.0

25 Aug 18:38
Compare
Choose a tag to compare
  • 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

05 Aug 14:54
Compare
Choose a tag to compare
  • Updated documentation