Skip to content

Latest commit

 

History

History
114 lines (76 loc) · 6.08 KB

CHANGELOG.md

File metadata and controls

114 lines (76 loc) · 6.08 KB

Unreleased

  • Add vat_location_valid to Account PR
  • Add Invoice#invoice_number_prefix and Invoice#invoice_number_with_prefix to make use of the new Country Invoice Sequencing feature PR

v2.4.0 (2015-1-7)

  • Add Invoice#original_invoice for refund invoices PR

v2.3.8 (2014-12-22)

  • Add Invoice#tax_region and Subscription#tax_region PR
  • Add Invoice#address and Subscription#address when previewing PR
  • Add Subscription#update_notes to update a subscription's notes PR
  • Add AddOn#accounting_code PR

v2.3.7 (2014-12-8)

  • Add 'public_key' property to Recurly.js 1ad6aa0
  • Adds support for reading and writing custom invoice notes PR
  • Add Plan#tax_code, AddOn#tax_code and Adjustment#tax_code PR

v2.3.6 (2014-11-4)

  • Fixes issue with broken association lookups ca0b015

v2.3.5 (2014-10-30)

  • Adding invoice refunds by line item: invoice.refund(line_items) 9acc7a5

v2.3.4 (2014-10-3)

  • Adding invoice preview: account.build_invoice 0bc0d01

v2.3.3 (2014-9-29)

  • Adding the bulk parameter to the Subscription#postpone method 8bf72bc

v2.3.2 (2014-9-9)

Features

  • Added Amazon Billing Agreement support 024269
  • Added account entity_use_code when the site is integrated with Avalara 633df6
  • Added bulk parameter 8cb157

v2.3.1 (2014-5-23)

Features

  • Added subscription change preview: subscription.preview 57a69d3
  • Added subscription estimated cost for new and change previews: subscription.cost_in_cents 57a69d3
  • Added subscription remaining billing cycles: subscription.remaining_billing_cycles PR

v2.3.0 (2014-5-14)

Features

  • Added subscription preview: Recurly::Subscription.preview 0d55115
  • Added tax details to adjustments: adjustment.tax_details c672258
  • Removed taxable support on adjustments b542b8a
  • Added tax_exempt to accounts, adjustments and plans b542b8a
  • Added tax_rate, tax_type to invoices and subscriptions 6a43f37
  • Added tax_in_cents to subscriptions 6a43f37

v2.2.3 (2014-5-9)

  • Added token_id support to BillingInfo #137

v2.2.2 (2014-2-21)

Features

  • Added ability to determine a transaction's payment method: Transaction#payment_method (PR)
  • Added ability to determine the date an invoice was closed: Invoice#closed_at (PR)

Bug Fixes

  • The gem now explicitly requires Ruby 1.9.3 or newer (PR)

v2.2.1 (2014-1-2)

Features

  • Added ability to get the active invoice for a subscription: Subscription#invoice (PR)
  • Added ability to get the subscription for an adjustment: Adjustment#subscription (PR)
  • Added ability to get the subscription for a invoice: Invoice#subscription (PR)

v2.2.0 (2013-11-12)

Bug Fixes

  • Raise Recurly::Error for all internal HTTP errors (f3c473a)
  • Correctly serialize all API links for a resource so that they are not lost on cache marshalling (c8ae2d5)

Features

  • Added easier way to get an add-on from the subscription: SubscriptionAddOn#addon (8ad87c6)
  • Drop support for Ruby < 1.9.3 (b0f1daa)