All Versions
6
Latest Version
Avg Release Cycle
181 days
Latest Release
1529 days ago

Changelog History

  • v2.1.0 Changes

    February 11, 2020

    ๐Ÿ†• New features

    • ๐Ÿ‘ Allow fetching config at runtime, for example {:system, "ENV_VAR"} in config.exs
  • v2.0.0 Changes

    February 11, 2020

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed headers/1 in favour of new req/4 (see below)
    • โฌ†๏ธ Bumped required version of Elixir to ~> 1.7

    ๐Ÿ†• New features

    • req/4 accepts a fourth optional parameter that allows you to send extra headers to Stripe, e.g.
    %{"Stripe-Account" => "...", "Idempotency-Key" => "..."}
    
  • v1.2.1 Changes

    December 05, 2018
    • ๐Ÿ˜Œ Relaxed HTTPoison dependency version.
  • v1.2.0 Changes

    March 16, 2018
    • โœ… Introducing testing mode and Stripy.MockServer behaviour for easier testing.
  • v1.1.0 Changes

    March 15, 2018
    • Ability to pass options to HTTPoison through the httpoison config.
  • v1.0.0 Changes

    August 18, 2017
    • First version