Skip to content

Releases: joshuafleck/ex_ngrok

v0.3.4

02 Dec 19:27
481c7b5
Compare
Choose a tag to compare

#17 Allows HTTPS tunnels to be exposed

#16 Upgraded dependencies to latest stable versions

v0.3.3

20 Aug 08:52
Compare
Choose a tag to compare

#14 - Use Poison 3.x

v0.3.2

21 Jan 13:27
Compare
Choose a tag to compare

Make the amount of sleep between connection attempts to Ngrok configurable. Introduces a new configuration parameter:

config :ex_ngrok,
 # The amount of sleep (in ms) to put between attempts to connect to Ngrok
  sleep_between_attempts: 200

v0.3.1

14 Jan 17:15
Compare
Choose a tag to compare

Fix compilation warnings from upgrade to Elixir 1.4

v0.3.0

20 Nov 12:47
Compare
Choose a tag to compare
  • Introduce Ngrok.public_url method to simplify retrieving of the tunnel's public URL

v0.2.1

20 Nov 11:52
Compare
Choose a tag to compare
  • Stores the default environment in mix.ex
  • Consistently selects a tunnel over just selecting the first one that appears

v0.2.0

19 Nov 13:58
Compare
Choose a tag to compare

Changed how the configuration of :ex_ngrok works:

  • Provided a set of reasonable default settings (ngrok http 4000)
  • Added the ability to specify additional options to be passed directly to Ngrok, e.g. config :ex_ngrok, options: "--region eu"

v0.1.0

12 Nov 12:07
Compare
Choose a tag to compare
Merge pull request #2 from joshuafleck/hex

Publish package to hex