All Versions
34
Latest Version
Avg Release Cycle
99 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.5.0 Changes
July 04, 20174 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
andhttpoison
.#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
- ๐ Backport webhooks support
-
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
- โ Add method for changing payment source for subscriptions
-
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