Releases: nova-ruby/rails
Releases · nova-ruby/rails
v8.0
v6.2
IMPROVE
- Update task-bridgetown icons to avoid a resizing issue
v6.1
FIX
- Prevent "do" and "do (yield)" clips to popup when typing "end"
- Update noteParts regexp to handle Notes with empty comments by @hmaddocks
v6.0
FEAT
- Improved RuboCop support with autocorrect commands, fix on save and offenses list
REFACTOR
- Update extension structure to not use npm
- Update extension icons
Fix
- Resolved a parsing issue of Rails Notes with "/" in it
- Removed an error-prone option from task templates
v5.2
FIX
- When rails notes/about fails to run, save the error output and return it in the Extension error logs
v5.1
FIX
- Fixed an issue with Rails Notes regex pattern
v5.0
FEATURES
- Replaced the automatically provided Rails server task with an optional Task template
- Added new Rails server task template (equivalent to bin/dev)
- Added new Bridgetown task template with Run, Build and Clean command
DOCS
- Added a tutorial for installing and configuring Solargraph
v4.0
FEATURES
- Added new Rails Notes sidebar
REFACTOR
- Improved code quality and style
v3.3
FIX
- Honor both Gemfile as well as gems.rb for Rails project detection