Releases · Drieam/rspec-github · GitHub
Skip to content

Releases: Drieam/rspec-github

Release 3.0.0

Choose a tag to compare

@LuukvH LuukvH released this 14 Jan 10:52

What's Changed

New Contributors

Full Changelog: 2.4.0...3.0.0

2.4.0 Output seed if used

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 03 Nov 17:03
ddd92d6

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

Add ruby 2.4 support

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 22 Oct 15:41
51de295
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

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 14 Sep 06:28
161e14a
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 <stef.schenkelaars@gmail.com>

Ensure the correct path is used when running in subdirectory

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 10 Sep 15:01
cbfb574
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 <stef.schenkelaars@gmail.com>

Ensure every message starts on a new line

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 03 Aug 15:18
3e79aeb
2.1.0

Ensure every message is on a new line (#2)

Only output GitHub annotations

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 15 Apr 11:44
4c135a6
2.0.0

Change dependency order for rubocop

Don't inherit from Documentation formatter so the user can select his own secondary formatter

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 03 Apr 10:40
d9773c2
2.0.0.rc.1

Inherit from Base formatter instead of Documentation

First production version

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 02 Apr 16:02
116f170
1.0.0

Fix code blocks in readme

On the road to creating a first workable version

Choose a tag to compare

@StefSchenkelaars StefSchenkelaars released this 02 Apr 15:32
53655b5
1.0.0.alpha.1

Add GitHub action for publishing to rubygems