pathex v2.3 Release Notes

  • 💥 Breaking

    • Pathex now uses Elixir 1.13 (or higher) version

    Non-breaking

    • Pathex.t spec fix
    • Pathex.Short for shorter path definition
    • Pathex.pattern for creating patterns from inlined paths
    • Pathex now can be use-d inside functions or anything like this
    • Paths inlining is now detected for aliased, imported and macro calls
    • 🛠 Internal spec fixes, dead code eliminations and formatting