Skip to content

v0.12.2

Choose a tag to compare

@dannote dannote released this 28 Jun 14:56
· 58 commits to master since this release

Fixed

  • ExAST.search/3, ExAST.Patcher.find_all/3, and CLI search now include
    explicitly passed .exs files, .exs globs, and .exs files found during
    directory scans.
  • ExAST.Patcher.find_all/3 now keeps walking after a match, so matching pipe
    stages nested inside later matching pipe stages are reported.