Skip to content

v2.3.0

Compare
Choose a tag to compare
@emkguts emkguts released this 06 Mar 16:34
· 6 commits to main since this release
3af3856

What's Changed

Improvements

Credo doesn't warn about alias lifting for behaviour, use, import directives (unless there are aliases inside opts). Therefore, to match credo:

  • Don't lift behaviour aliases at all.
  • Only lift use and import aliases if they were going to be lifted anyways (credo wouldn't yell either way, but it seems sensible to lift an alias if it's already lifted).

Full Changelog: v2.2.0...v2.3.0