Releases: Invoiced/invoiced-ruby
Releases · Invoiced/invoiced-ruby
v2.1.0
Adds these new objects:
- CustomField
- CustomerChasingCadence
- EmailTemplate
- GlAccount
- Inbox
- InvoiceChasingCadence
- LateFeeSchedule
- Member
- MerchantAccount
- PaymentMethod
- PdfTemplate
- Report
- Role
- SignUpPage
- SmsTemplate
- TaxRule
- Theme
- Webhook
v2.0.0
- Removed
Transaction
class
- Added
CreditBalanceAdjustment
class for adding credits to customer accounts
v1.3.0
- BC Breaking:
CatalogItem
class has been renamed to Item
v1.2.0
- Deprecates
Transaction
object in favor of Payment
object
- Adds
Charge
and Refund
objects to make processing payments easier
v1.1.0
- Adds endpoints for managing payment sources (cards and bank accounts)
v1.0.0
New objects:
- Coupons
- Letters
- Notes
- Tasks
- Tax Rates
- Text Messages
New endpoints:
- Consolidate invoices
- Initiate a charge
- Preview subscriptions
- Void invoices, credit notes, and estimates
v0.14
- Requires Ruby 2.1+
- Bugfix: jwt gem is now included by the client
- JWT dependency is less strict
v0.13
- Added support for generating single sign-on tokens into the customer portal using
client.generate_sign_in_token()
- Drop active support dependency
v0.12
- Added support for idempotency keys with
idempotency_key
option on requests
v0.11.2
- Added
RateLimitError
class to catch rate limiting errors