Skip to content

Latest commit

 

History

History
94 lines (68 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

94 lines (68 loc) · 5.51 KB

Latest

2.2.2

2.2.1

2.2.0

2.1.0

2.0.1

  • add some missing fields to %Stripe.Plan{} - #380
  • added supported API version to readme - #384
  • corrected usage info in readme - #384
  • added :customer field to %Stripe.Card{} - #382
  • made :source field required in Stripe.Card.create - #382
  • added support for optional params: %{optional(:at_period_end) => boolean} to Stripe.Subscription.delete/2 - #386

2.0.0

  • official full release after -alpha and -beta releases
  • Readme updates related to releasing 2.0 - #377
  • See the latest documentation to track what's supported

This is a huge release and we are likely to have missed bugs. Feel free to provide feedback, create issues and contribute with pull requests.

1.x.x

1.6.2 (2018-06-05)

  • Readme updates related to releasing 2.0 - [#372], [#373], [#375]

1.6.1 (2018-04-03)

  • We now return {:error, data} on request errors, instead of just raising errors - #343

1.6.0 (2017-07-06)

1.5.0 (2017-07-04)

  • Added basic webhook support - #244

1.0.0 to 1.4.0

  • Added support to generate connect button URLs - #231
  • Remaining changes have not been tracked, too many to list.

1.0.0 (2015-12-22)

  • Bumped version to 1.0.0 as it has become quite feature full and it has a slight breakage factor.
  • Stripe Connect standalone account support. All modules were refactored to allow api key to flow thru
  • Refactored all subscriptions/invoices to their own modules. Expect a few rough edges there.
  • Improved the README