Skip to content

Releases: Boulevard/ExQuickBooks

v0.7.0

21 Sep 09:00
v0.7.0
Compare
Choose a tag to compare
  • Support for the SalesReceipt API.
    375ca73

  • Fixes OAuth samples in the docs.
    5e4db55

All changes:

v0.6.1...v0.7.0

v0.6.1

14 May 14:22
v0.6.1
Compare
Choose a tag to compare
  • Fixes regression where the oauth_token field was set twice.
    4e29d2e

All changes:

v0.6.0...v0.6.1

v0.6.0

22 Mar 17:08
v0.6.0
Compare
Choose a tag to compare
  • Fixes regression where the default HTTP backend was set incorrectly.
    fa960c6

  • Raw data queries can now be made using ExQuickBooks.API.query/2.
    37c4745

All changes:

v0.5.0...v0.6.0

v0.5.0

20 Mar 18:59
v0.5.0
Compare
Choose a tag to compare

This release contains breaking changes.

  • Modules have been rearranged for better documentation and file tree readability. API modules are now under ExQuickBooks.API and OAuth tokens under ExQuickBooks.OAuth.
    64030d1 💥

All changes:

v0.4.0...v0.5.0

v0.4.0

14 Mar 20:42
v0.4.0
Compare
Choose a tag to compare

This release contains breaking changes.

  • Request and access tokens are returned and consumed as RequestToken and AccessToken structs. The request token contains the redirect URL, and the access token contains the realm ID.
    7ff3329 e6245ff b2ad202 💥

  • The callback URL is passed directly to get_request_token/1 instead of through the configuration.
    e5eeb94 💥

  • Support for the Preferences API.
    10ec398

  • Support for the Item API.
    a1c7442

All changes:

v0.3.0...v0.4.0

v0.3.0

08 Mar 23:54
v0.3.0
Compare
Choose a tag to compare
  • Improved documentation.
    ce1c53e

  • Support for retrieving access tokens.
    314999a

All changes:

v0.2.0...v0.3.0

v0.2.0

07 Mar 22:57
v0.2.0
Compare
Choose a tag to compare
  • Configuration keys accept a special {:system, "ENV_VAR"} syntax to fetch the value of a system environment variable at runtime. This can be used with all configuration keys that accept a binary or a boolean ("true" or "false").
    b22060e

  • Improved validation errors.
    8fae36f

All changes:

v0.1.0...v0.2.0

v0.1.0

06 Mar 21:29
v0.1.0
2929c2b
Compare
Choose a tag to compare

Initial release.