Releases: willnet/committee-rails
Releases · willnet/committee-rails
v0.8.0
What's Changed
- Set minimum railties version to match used methods by @kiskoza in #19
- Add example about assert_schema_conform method in README by @masato-bkn in #29
- Add
assert_request_schema_confirm
to README by @willnet in #30 - Bump actions/checkout from 3 to 4 by @dependabot in #31
- Add Ruby 3.3 to CI matrix by @m-nakamura145 in #33
- Use default committee_options by @ydah in #37
- Change the README example to a simple because the warning no longer appear by @ydah in #35
- Fix some deprecation warning by @ydah in #34
- Bump committee from 5.0.0 to 5.1.0 by @ydah in #36
- Update README to specify committee-rails version requirement for committee < 5.1.0 by @willnet in #38
New Contributors
- @masato-bkn made their first contribution in #29
- @m-nakamura145 made their first contribution in #33
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Added dependabot for GitHub Actions by @ydah in #22
- Add Ruby 3.2 supported by CI by @ydah in #23
- Fix a link to CI by @y-yagi in #25
- Bump actions/checkout from 2 to 3 by @dependabot in #24
- Add secret_key_base to test FakeApp to pass the tests with Rails 5.1 by @kiskoza in #20
- Drop support ruby 2.4, 2.5 by @willnet in #26
- Bump committee >= 5.0.0 by @willnet in #27
- prepare 0.7.0 by @willnet in #28
New Contributors
- @ydah made their first contribution in #22
- @y-yagi made their first contribution in #25
- @dependabot made their first contribution in #24
- @kiskoza made their first contribution in #20
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
What's Changed
- Update README.md for next version compatibility. by @hshimoyama in #12
- Assert error response by @wat-aro in #13
- Byebye Travis, Hello GitHub Actions by @willnet in #14
- Bump minimum version of committee by @willnet in #15
- Fix warnings by @willnet in #16
New Contributors
- @hshimoyama made their first contribution in #12
- @wat-aro made their first contribution in #13
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.0
- Make compatible with committee v3.0.0 by @shinofumijp