mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
=== 1.7.1 2012-08-15
|
|
|
|
* Add new Account API resource
|
|
|
|
=== 1.7.0 2012-05-17
|
|
|
|
* 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
|
|
|
|
=== 1.6.3 2012-03-22
|
|
|
|
* 1 bugfix:
|
|
* Encode GET query strings ourselves instead of using rest-client to
|
|
work around a bug
|
|
|
|
=== 1.6.2 2012-02-24
|
|
|
|
* 1 bugfix:
|
|
* Correct argument handling in StripeObject#as_json
|
|
|
|
=== 1.6.1 2012-02-22
|
|
|
|
* 1 bugfix:
|
|
* Fix StripeObject#inspect when ActiveSupport 3.0 is loaded
|
|
|
|
=== 1.6.0 2012-02-01
|
|
* A whole bunch of releases between 1.5.0 and 1.6.0, but few changes, mainly the addition of:
|
|
- plans
|
|
- coupons
|
|
- events
|
|
- tokens
|
|
* 1.6.0 also contains a new inspect/to_string implementation
|
|
|
|
=== 1.5.0 2011-05-09
|
|
|
|
* 1 major enhancement:
|
|
* Update for new RESTful API
|
|
|
|
=== 1.3.4 2011-01-07
|
|
|
|
* 1 major enhancement:
|
|
* Rename to Stripe
|
|
|
|
=== 1.2 2010-06-06
|
|
|
|
* 1 major enhancement:
|
|
* Support for the set_customer_subscription and delete_customer API methods
|
|
|
|
=== 1.1 2010-03-14
|
|
|
|
* 1 major enhancement:
|
|
* Support for recurring billing
|
|
|
|
=== 1.0 2010-01-05
|
|
|
|
* 1 major enhancement:
|
|
* Initial release
|