stripity_stripe v2.0.0-alpha.3 Release Notes

  • 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