Releases: lekemula/solargraph-rspec
Releases · lekemula/solargraph-rspec
v0.5.5
What's Changed
Fixed
Other Changes
- Chore: Add rubocop-yard by @lekemula in #20
- Chore: Add CI solargraph typecheck step by @lekemula in #21
- Chore: Adjust specs/CI for next solargraph release after 0.56.2 by @lekemula in #22
- Chore: Improve CI speed by @lekemula in #23
- Chore: Improve tests speed by @lekemula in #24
- Chore: Update testing steps in developer documentation by @apiology in #25
- Chore: Move 3rd party gems to Appraisals by @lekemula in #27
New Contributors
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
What's Changed
- Use solargraph's prism parser by @ShadiestGoat in #11
- Fix implicit subject generation for string descriptions by @lekemula in #17
- Fix local variable bindings by @ShadiestGoat in #16
New Contributors
- @ShadiestGoat made their first contribution in #11 🚀
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
v0.4.1
v0.4.0
Full Changelog: v0.3.0...v0.4.0
v.0.4.0 - 2024-08-25
Added
-
Support for 3rd party helpers from most known RSpec extension libraries.
-
Implement RSpec one-liner syntax helpers:
is_expected,shouldandshould_not
v0.3.0
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.2 - 2024-06-23
Fixed
- Suggest keeping
spec/**/*in theexcludesection of.solargraph.ymlto avoid performance issues (see commit) - Fix
letdefinitions when do/end keywords overlap with body definitionlet(:todo) do # "do" keyword overlap { 'todo' => 'end' # "end" keyword overlap } end
- Error handling in SpecWalker::FakeLetMethod
v0.2.1
Full Changelog: v0.2.0...v0.2.1
[0.2.1] - 2024-06-09
Added
- Documentation for
RSpec::ExampleGroupsDSL methods likeit,fit,exampleetc.
Fixed
- Fix nameless
subjectmethod completion inside nestedcontextblocks - (Hack-ish) Fix
described_classtype collision whenRSpec.describe SomeClassWithoutNamespace

