Skip to content

Latest commit

 

History

History
162 lines (119 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

162 lines (119 loc) · 7.97 KB

Recurly.js CHANGELOG

Version 4.1.0 (July 29, 2016)

  • Adds Gift card support #275
  • Adds click event binding to label tags referenced to hosted field containers #279
  • Enables CORS-XHR API client by default #269
  • Fixes expiry validation of invalid inputs #278
  • Fixes dom value reader for empty selects #282

Version 4.0.5 (July 6, 2016)

  • Adds a pricing error when a coupon is not found #263
  • Removes ussageAddons from pricing calculations #268
  • Fixes bug around initial pricing not respecting coupons #264

Version 4.0.4 (May 23, 2016)

  • Adds functionality for running fraud data collector #254

Version 4.0.3 (Apr 28, 2016)

  • Updates discount type indication #250

Version 4.0.2 (Apr 20, 2016)

  • Adds detection of new Mastercard BIN ranges #229
  • Adds pricing case for trial extension coupons #246

Version 4.0.1 (Feb 16, 2016)

  • Fixes cvv requirement enforcement #231
  • Misc. code cleanup and test infrastructure changes #234 #233 #230

Version 4.0.0 (Jan 13, 2016)

  • Adds support for hosted fields for card transactions: recurly-hosted iframes are injected in place of card fields
  • Adds recurly.ready
  • Adds eventing to main recurly instance
  • Adds 'ready', 'change', and 'field:submit' events

Version 3.1.1 (June 11, 2015)

  • Adds single use coupon support to discount calculations #204
  • Fix issue where XDRs aborted unpredictably #207

Version 3.1.0 (May 7, 2015)

  • Adds bank account tokenization #202
  • Adds optional additional field validations #196
  • Fixes tax rounding issue #199

Version 3.0.11 (March 17, 2015)

  • Adds partial number detection to cardType method #187
  • Adds tax information to pricing object #169
  • Fixes plan tax exemption for taxation other than US sales tax #186
  • Fixes validate.cardNumber throwing on falsey values #179
  • Fixes issue with pricing coupon and plan mismatches #177
  • Fixes issue where Pricing detachment fails on multiple instances #188

Version 3.0.10 (December 18, 2014)

  • Adds Pricing support for tax_code #166

Version 3.0.9 (November 12, 2014)

  • Adds CORS support #157

Version 3.0.8 (November 6, 2014)

  • Rejects falsey configuration values #155
  • Switches build from component to duo #154
  • Adds plan unit price and setup fee to pricing output #150

Version 3.0.7 (September 17, 2014)

  • Fixes issue with IE PayPal communication #152

Version 3.0.6 (September 8, 2014)

  • Fixes rounding issues around tax and floats #147
  • Correctly sets setup_fee on pricing output object #144

Version 3.0.5 (August 5, 2014)

  • Fixed missing json module dependency #138

Version 3.0.4 (July 24, 2014)

  • Fixed issue with addons and pricing module #137

Version 3.0.3 (June 10, 2014)

  • Added 'phone' and 'vat_number' to list of tokenizable fields #126
  • Added checkbox support to Pricing.prototype.attach #123
  • Fixed issue in Pricing.prototype.attach where addons would attempt to load out of order #127
  • Fixed issue where coupon not found errors would go uncaught in Pricing.prototype.attach #124
  • Fixed coupon rounding behavior in Pricing.prototype.calculations #125
  • Updated testing dependencies #121

Version 3.0.2 (June 3, 2014)

  • Fixed parse cardType bug #120
  • Fixed issue where publicKey was not sent to the PayPal flow initiation API #117

Version 3.0.1 (May 29, 2014)

  • Added Plan quantity manipulation to recurly.Pricing #115

Version 3.0.0 (May 13, 2014)

  • Full rewrite for Billing Info tokenization