- Fixed issue with potentially uncompiled module when using scope/2 (#2)
- Removed support for Elixir 1.8, moved from
Mix.Config
toConfig
usage
- Update code to handle Elixir v10.0 changes (notably, the removal of
Code.ensure_compiled?
)
Mix.Config
to Config
usageCode.ensure_compiled?
)