All Versions
6
Latest Version
Avg Release Cycle
214 days
Latest Release
1718 days ago

Changelog History

  • v3.0.0

    August 13, 2019
  • v2.2.1 Changes

    August 06, 2017

    ๐Ÿš€ This release includes an update of dependencies and other minor changes.

  • v2.1.1 Changes

    October 08, 2016

    ๐Ÿ”ง Configuration can now accept any of the following:

    • Standard variables:

      config :recaptcha, public_key: "some public key string", secret: "some private string"

    • Environment variable at compile time:

      config :recaptcha, public_key: System.get_env("RECAPTCHA_PUBLIC_KEY"), secret: System.get_env("RECAPTCHA_PRIVATE_KEY")

    • Environment variable at runtime:

      config :recaptcha, public_key: {:system, "RECPATCHA_PUBLIC_KEY"}, secret: {:system, "RECAPTCHA_PRIVATE_KEY"}

    ๐Ÿฑ Thanks to @kennyballou for the addition ๐Ÿ‘

  • v2.0.1 Changes

    September 07, 2016

    ๐Ÿ‘Œ Support for Poison 1.5 added to the mix dependency list.

  • v2.0 Changes

    September 05, 2016

    ๐Ÿ“š A rewritten API. See the README and code documentation for details.