All Versions
290
Latest Version
Avg Release Cycle
16 days
Latest Release
524 days ago

Changelog History
Page 29

  • v1.7.0 Changes

    May 17, 2012
    • 3 major enhancements:

      • Switch from vendored stripe-json to multi_json for all JSON parsing and rendering. This should not impact programmatic usage of the library, but may cause small rendering differences from, e.g., StripeObject#inspect (github issue #22)
      • Add new delete_discount method to Customer objects
      • Add new Transfer API resource
    • 2 minor enhancements:

      • Switch from HTTP Basic auth to Bearer auth (Note: Stripe will support Basic auth for the indefinite future, but recommends Bearer auth when possible going forward)
      • Numerous test suite improvements
  • v1.6.3 Changes

    March 22, 2012
    • ๐Ÿ›  1 bugfix:
      • Encode GET query strings ourselves instead of using rest-client to work around a bug
  • v1.6.2 Changes

    February 24, 2012
    • ๐Ÿ›  1 bugfix:
      • Correct argument handling in StripeObject#as_json
  • v1.6.1 Changes

    February 22, 2012
    • ๐Ÿ›  1 bugfix:
      • Fix StripeObject#inspect when ActiveSupport 3.0 is loaded
  • v1.6.0 Changes

    February 01, 2012
    • ๐Ÿš€ A whole bunch of releases between 1.5.0 and 1.6.0, but few changes, mainly the addition of plans, coupons, events, and tokens
    • 1.6.0 also contains a new inspect/to_string implementation
  • v1.5.0 Changes

    May 09, 2011
    • 1 major enhancement:
      • Update for new RESTful API
  • v1.3.4 Changes

    January 07, 2011
    • 1 major enhancement:
      • Rename to Stripe
  • v1.2 Changes

    June 06, 2010
    • 1 major enhancement:
      • Support for the set_customer_subscription and delete_customer API methods
  • v1.1 Changes

    March 14, 2010
    • 1 major enhancement:
      • Support for recurring billing
  • v1.0 Changes

    January 05, 2010
    • 1 major enhancement:
      • Initial release

    <!--