All Versions
34
Latest Version
Avg Release Cycle
99 days
Latest Release
-

Changelog History
Page 4

  • v1.5.0 Changes

    July 04, 2017

    4 July 2017

    • ๐Ÿ‘ Backport webhooks support #244
    • ๐Ÿ‘ Allows redirect uri params #231
    • Get api_base_url from config or else apply default #230
    • Update inch_ex to 0.5.6 #228
    • โœ… Test on more elixir versions #74
    • โž• Add functions to update managed accounts #217
    • ๐Ÿ›  fix compiler warnings and remove whitespaces #107
    • โž• Adds support for creating coupons #86
    • โž• Added support for specific plan retrieval #89
    • โšก๏ธ Readme and License updates #98
    • ๐Ÿ“š Rework documentation #96
    • โž• added support for paying an invoice #80
    • โšก๏ธ Updates the docs for charges.ex #83
    • โšก๏ธ Updates the docs for accounts.ex #82
    • ๐Ÿ“„ Revise docs and formatting for cards.ex #81
    • ๐Ÿ“„ Revise docs and formatting for accounts.ex #79
    • ๐Ÿ”จ Refactor Stripe.Subscriptions.change/4 a little #78
    • Removing env parameter from deps to allow for arbitrary mix environments #77
    • โž• Add Coupons module #76
    • โœ‚ Remove warnings #75
    • โšก๏ธ Update all dependencies #73
    • Revise readme formatting #72
    • ๐Ÿ‘ Allow changing subscription options #70
    • Ensure URI properly escapes nested values #69
    • โšก๏ธ Use POST in cards/update API method #66
    • Replace HashDict with Map #67
    • โœ‚ Remove warnings in tests #65
    • ๐Ÿ›  Fix cassettes after URI escaping fix #64
    • ๐Ÿ‘ Allow passing custom options to HTTPoison #54
    • ๐Ÿ›  Fix all tests on master #56
    • Fix Stripe.Subscriptions.change_payment_source #57
    • ๐Ÿ›  Fix Stripe.Plans.change #58
    • ๐Ÿ›  Fix test for Stripe.URI #59
    • โž• Add a change list function that takes any params #49
    • โž• add uri tests #48
    • ๐Ÿ›  Fix typo in README.md #46
    • โž• Add vcr for connect test #45
    • โœ… ChargeTest with request vcr mock #44
    • Lib Improvements #43
    • โž• Add travis config, Test coverage link, inch and new badges #41
    • โž• Add HEX Badges to the repo #38
    • ๐Ÿ‘ allow poison ~> 1.5 #34
    • โšก๏ธ Update poison and httpoison. #33
    • โž• Add upcoming invoice API #31
    • โž• Add update customer API and small fixes #28
    • ๐Ÿ“ฆ README referenced nonexistent hex package version #29
    • Cards #27
    • ๐Ÿ˜Œ Relax Elixir dependency to ~> 1.1 #25
    • ๐Ÿ‘ Allow changing subscription options #35
    • โœ‚ Removed app start up mess, removed supervisor. Closes #50 #50
    • โœ… Record new responses for all tests 7d4530a
    • โšก๏ธ updated readme eb4fdff
    • โœ‚ Remove current recorded responces 11d9cdd
  • v1.3 Changes

    24 February 2016

    • โž• Add update customer API and small fixes #28
    • ๐Ÿ“ฆ README referenced nonexistent hex package version #29
    • Cards #27
    • ๐Ÿ˜Œ Relax Elixir dependency to ~> 1.1 #25
    • โšก๏ธ updated readme eb4fdff
    • Stripe.Cards resource 0ed1a50
    • โž• Add create card for an existing customer dfb5762
  • v1.1.0 Changes

    15 January 2016

    • โž• Add method for changing payment source for subscriptions #20
    • โž• Add accounts requests on Stripe connect #18
    • โšก๏ธ Update README with stripe link #17
    • ๐Ÿ‘ Allow deleting subscriptions with options #16
    • Type a fixo. arrity -> arity #13
    • README code blocks use elixir syntax highlighting #14
    • ๐Ÿ‘ Made the initial changes for supporting Stripe Connect #12
    • โšก๏ธ Update README.md #11
    • Start httpoison on application start #8
    • โœ… Tokens API, improved testing and small extra utils #5
    • โšก๏ธ Refreshed elixir version and updated doc #3
    • โฌ†๏ธ Bumped to v1.1.0. Fixes #22 #22
    • โšก๏ธ Updated README and bumpted version 8da4b18
    • ๐Ÿ”€ Connect-ified rest of API. Finished Connect standalone support. Revamped a bit of doc to add links. Merged in latest from rob's repo. Completed move of subscriptions/invoices to their own module. 9857705
    • ๐ŸŽ‰ Initial 1d5a868
  • v1.0.0 Changes

    December 22, 2015
    • โฌ†๏ธ 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