Releases: joshuafleck/ex_ngrok
Releases · joshuafleck/ex_ngrok
v0.3.4
v0.3.3
v0.3.2
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
Fix compilation warnings from upgrade to Elixir 1.4
v0.3.0
- Introduce
Ngrok.public_url
method to simplify retrieving of the tunnel's public URL
v0.2.1
- Stores the default environment in
mix.ex
- Consistently selects a tunnel over just selecting the first one that appears
v0.2.0
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
Merge pull request #2 from joshuafleck/hex Publish package to hex