Skip to content

Releases: dwyl/envar

Refactor/Simplify Envar.get/2 to avoid excessive nesting #22 (Thanks @SimonLab!)

Choose a tag to compare

@nelsonic nelsonic released this 20 Jul 14:45
8b5aa8b
v.1.0.9

Minor refactor to Envar.get/2 - non-breaking. #22

Lint code + improve docs. No code changed.

Choose a tag to compare

@nelsonic nelsonic released this 11 May 20:38
v1.0.7

Docs + Lint release. No code changed see: #16 thanks to @SimonLab

Extend Envar.get/1 to Envar.get/2 which allows a default param.

Choose a tag to compare

@nelsonic nelsonic released this 03 May 22:14
v1.0.6

Extend Envar.get/1 to Envar.get/2 with default param. Thanks to @tomk…