All Versions
34
Latest Version
Avg Release Cycle
99 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.0.0-alpha.7 Changes
15 May 2017
- ➕ Add parameters to DELETE requests (#222)
#223
- 📜 Correctly parsing responses from non-object responses
#229
- ⚡️ Update Card.create to use Stripe.Request.create
#221
- Delegate URI query encoding to uri_query.
#216
- 📜 Correctly parsing responses from DELETE requests
d6d39ed
- 💅 Update the creation of cards to match new style
b3ad4f0
- ➕ Add parameters to DELETE requests (#222)
-
v2.0.0-alpha.6 Changes
16 February 2017
- ⬆️ Bump version number to 2.0.0-alpha.6
684d425
- ⬆️ Bump version number to 2.0.0-alpha.6
-
v2.0.0-alpha.3 Changes
12 February 2017
- ⚡️ Change arg order for request body and updated calls.
#211
- 🛠 Fix compile error.
#213
- ➕ Add Stripe.Token.create
#200
- ✂ Remove module argument reliance from converter
#197
- 🛠 Fix dialyzer and compiler warnings, bonus bugfix
#212
- ➕ Add request helper to reduce duplication.
#206
- 🛠 Fix Warnings Elixir 1.4
#207
- Use Enum.into/3 and Enum.map_join/3 in Util.
#205
- ➕ Add Stripe.Charge.create
#199
- ⚠ Ensure strict functions call with parentheses to avoid warning
#201
- ➕ Add Stripe.Charge.retrieve
#195
- ➕ Add object types
#193
- Basic list implementation
#191
- 🛠 Fix converter to not error on lists
#190
- Pattern match on object keys for response sub-objects
#187
- ➕ Add invoice
#185
- ➕ Add dialyzer, fix several issues, including a few bugs with bad function calls.
#181
- 🔄 Change bank accounts to external accounts
#180
- ➕ Add relationships back to subscription
#179
- 🛠 Minor fixes to account
#178
- ➕ Add update changesets
#173
- ⚡️ Add @valid_update_keys to account
#171
- ➕ Add Account.create/2
#169
- Add :legal_entity, :verification to Account struct
#168
- ➕ Add Account.update/2
#166
- ✂ Remove response mappings
#165
- [FILE UPLOAD]: create and retrieve
#160
- ➕ Add Bank Account
#161
- Update event to track user_id
#159
- ➕ Add event lib
#158
- ➕ Adding ability to update Customer source
#152
- 🖐 Handle compressed body in successful response
#148
- ➕ Add the hackney pool to the lib supervision tree
#142
- 🛠 Fix the way that client ID is fetched
#151
- 0️⃣ Allow passing api_key to override default one.
#149
- Fix specs to use api_error_struct instead of struct
#150
- 👉 Allow for stripe_user params to be passed as part of Connect auth URL
#146
- 🛠 Fix response mapping for token request
#138
- Rework errors to be plain structs
#136
- 🛠 Fix Parsing OAuth Errors
#134
- ➕ Add response iteration and conversion
#129
- ➕ Add special handling for 400 errors (invalid request)
#128
- 🛠 Fixes Struct Mapping
#131
- 🛠 Fix Parsing OAuth Errors (#134)
#130
- ➕ Add create and update changeset
ee79266
- ➕ Add list module and basic list conversion support
13d755b
- 👍 Allow converter to infer subobject modules from the object property value
7b0ac4c
- ⚡️ Change arg order for request body and updated calls.
-
v1.6.2 Changes
June 05, 2018 -
v1.6.1 Changes
April 03, 20183 April 2018
- Return tuple instead of raising an error when http request fails
#343
- ⚡️ Updated heading fix
#260
- 🛠 Fixed heading in markdown doc
#258
- 📚 Expands documentation on Stripe Connect and Changelogs
#257
- 🛠 Fix documentation typos
#256
- ⚡️ Updated readme and docs
9832d34
- Publish v1.6.0
98e0b16
- ⚡️ Update readme with branch info
9a070f8
- Return tuple instead of raising an error when http request fails
-
v1.6.0 Changes
July 06, 2017- ➕ Added support to update invoices (
&Stripe.Invoices.change/2
,&Stripe.Invoices.change/3
) - #241- credit to https://github.com/TakteS
- ➕ Added support to update invoices (