Skip to content

v0.2.2

Compare
Choose a tag to compare
@lekemula lekemula released this 23 Jun 16:41
· 5 commits to main since this release

Full Changelog: v0.2.1...v0.2.2

v0.2.2 - 2024-06-23

Fixed

  • Suggest keeping spec/**/* in the exclude section of .solargraph.yml to avoid performance issues (see commit)
  • Fix let definitions when do/end keywords overlap with body definition
      let(:todo) do # "do" keyword overlap
        {
          'todo' => 'end' # "end" keyword overlap
        }
      end
  • Error handling in SpecWalker::FakeLetMethod