Releases: Drieam/rspec-github
Releases · Drieam/rspec-github
2.4.0 Output seed if used
What's Changed
- Update dependencies by @StefSchenkelaars in #12
- Create codeql-analysis.yml by @StefSchenkelaars in #13
- Output rspec seed if used by @grobie in #15
New Contributors
Full Changelog: 2.3.1...2.4.0
Add ruby 2.4 support
Adding ruby 2.4 support including testing matrix (#9) * Add ruby testing matrix (#8) * Add ruby 2.4 support (#8) * Upgrade rubocop to 1.0
Improve annotation messages
Improve annotation messages. (#6) * Improve annotation messages. * Refactor formatting with delegator pattern * Change relative e2e test to run on real file * Do not require delegate Co-authored-by: Stef Schenkelaars <[email protected]>
Ensure the correct path is used when running in subdirectory
Ensure `file` is relative to `GITHUB_WORKSPACE`. (#4) * Ensure `file` is relative to `GITHUB_WORKSPACE`. * Simplify implementation of `relative_path` and add tests. * Run `ci` workflow on `pull_request` event. Co-authored-by: Stef Schenkelaars <[email protected]>
Ensure every message starts on a new line
2.1.0 Ensure every message is on a new line (#2)
Only output GitHub annotations
2.0.0 Change dependency order for rubocop
Don't inherit from Documentation formatter so the user can select his own secondary formatter
Don't inherit from Documentation formatter so the user can select his own secondary formatter
Pre-release
Pre-release
2.0.0.rc.1 Inherit from Base formatter instead of Documentation
First production version
1.0.0 Fix code blocks in readme
On the road to creating a first workable version
1.0.0.alpha.1 Add GitHub action for publishing to rubygems