Skip to content

Releases: passworks/passworks-ruby

v2.0.7

04 Jan 18:28
Compare
Choose a tag to compare

v2.0.7 (2016-01-05)

  • Now able to delete assets and templates. (@tparreira)

v2.0.6

23 Dec 15:04
Compare
Choose a tag to compare

Feature: added the ability to delete assets, and fixed JSON errors returned in some cases.

Asset upload fix

21 Dec 13:03
Compare
Choose a tag to compare

Fixed a issue when uploading assets.

Better exception and error handling

18 Dec 14:56
Compare
Choose a tag to compare

Improved exception handling.
Errors are now shown per attribute when rescuing an exception

Supports for the campaign `merge` method

10 Dec 17:35
Compare
Choose a tag to compare

Added support for Passworks API v2.0.16.

  • Now supporting the campaign merge method.
  • Exposing the behaviour fields from the presentation fields

v0.0.5 (2015-01-23)

26 Jan 12:03
Compare
Choose a tag to compare
  • Feature: Now able to list all certificates.

v0.0.4 (2015-01-19)

19 Jan 15:32
Compare
Choose a tag to compare
  • Bug fix: Pagination bug regression found when fetching resources with only one page

v0.0.3 (2015-01-16)

16 Jan 17:40
Compare
Choose a tag to compare
  • Bug fix: Missing 'event_tickets' namespace for from client
  • Bug fix: Passworks::Response#ok? now returning correct information
  • Feature: Implemented custom push message in the PassResource#push via :push_message attribute
# @pass is a PassResource instance that maps to a pass in the system
@pass.push({push_message: "hello world"})

v0.0.2 (2014-10-31)

31 Oct 14:33
Compare
Choose a tag to compare
  • Bug fix: Fixed typo in the code that prevent creating an Asset

Initial release

30 Oct 19:27
Compare
Choose a tag to compare

The first release of the Passworks API Ruby client.