Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.0.0 #138

Closed
jonhue opened this issue Mar 17, 2020 · 0 comments · Fixed by #139
Closed

Release 5.0.0 #138

jonhue opened this issue Mar 17, 2020 · 0 comments · Fixed by #139

Comments

@jonhue
Copy link
Owner

jonhue commented Mar 17, 2020

Breaking changes:

  • Passing an array containing a single scope to a method (e.g. user.favorited?(book, scopes: [:purchase])) now returns a hash as a result (e.g. { purchase: true }). Use user.favorited?(book, scope: :purchase) to receive the same result as in earlier versions.

4c52e71 [#136] Allow either a single scope or multiple scopes to be given (#137)
af354c1 Update rspec-rails to version 3.9.1 (#134)
cc02985 Update rubocop to version 0.80.1 (#132)
811f8b9 Update rubocop to version 0.80.0 (#131)
59ac112 Update rubocop-rspec to version 1.38.1 (#130)
56f1912 Update rubocop-rspec to version 1.38.0 (#129)
288a463 Update nokogiri to version 1.10.8 (#128)
137c981 Update rubocop to version 0.79.0 (#127)
1fe95d2 Update all of rails to version 6.0.2.1 (#125)
f6a0f33 Update rubocop-rspec to version 1.37.1 (#121)
dc05526 Update sqlite3 to version 1.4.2 (#124)
683055a Update rack to version 2.0.8 (#122)
b3d15bb Update rubocop: 0.77.0 → 0.78.0 (major) (#126)
cdea494 Update all of rails to version 6.0.2 (#120)
b02fc85 Update rubocop-rspec: 1.36.0 → 1.37.0 (minor) (#117)
1d400f4 Bump puma from 3.12.1 to 3.12.2 in /spec/support/rails_app (#119)
7e83a1d Update rubocop to version 0.77.0 (#118)
53c4c3c Update all of rails: 6.0.0 → 6.0.1 (patch) (#115)
5fb9b55 Bump loofah from 2.2.3 to 2.3.1 in /spec/support/rails_app (#116)
cb8014a Update rubocop to version 0.76.0 (#114)
0149f09 Update loofah to version 2.3.1 (#113)
90854e1 Update rubocop to version 0.75.1 (#112)

jonhue added a commit that referenced this issue Mar 17, 2020
probot-auto-merge bot pushed a commit that referenced this issue Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant