Releases: passworks/passworks-ruby
Releases · passworks/passworks-ruby
v2.0.7
v2.0.6
Asset upload fix
Fixed a issue when uploading assets.
Better exception and error handling
Improved exception handling.
Errors are now shown per attribute when rescuing an exception
Supports for the campaign `merge` method
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)
- Feature: Now able to list all certificates.
v0.0.4 (2015-01-19)
- Bug fix: Pagination bug regression found when fetching resources with only one page
v0.0.3 (2015-01-16)
- 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)
- Bug fix: Fixed typo in the code that prevent creating an Asset
Initial release
The first release of the Passworks API Ruby client.