Skip to content

v0.2.0

Compare
Choose a tag to compare
@solnic solnic released this 21 Jul 09:38
v0.2.0
c44e908

Added

  • You can now configure auto_inject constant name via config.auto_inject_constant - previously it was hardcoded as "Import", now it's configured as "Deps" by default (issue #18 closed via #29) (@diegotoral)

Fixed

  • Resolving Container constant looks it up only within the application namespace (see #22 for more information) (@jandudulski)
  • [safe_params] defining multiple schemas works as expected (issue #23 fixed via 24) (@gotar)

Changed

  • The :env dry-system plugin is now enabled by default (fixes #28 via #30) (@solnic)

Compare v0.1.0...v0.2.0